[mod_python] Importing modules in a new process.

Joseph Bernhardt joe at incomps.com
Tue Apr 8 17:29:23 EDT 2008


Thank you for the help Clodoaldo and Jorey!

It looks like the path /usr/bin/python is pointing to version 2.3 while the path /usr/local/bin/python is pointing to 2.5.  'python' itself would point to the latter while on the command line and would point to the former through Popen.  So, I just changed the initiation script to do a Popen which included the full path to version 2.5, which now works!

Obviously I have much to learn about the linux system.  Thanks for putting up with me!

Joe




More information about the Mod_python mailing list