On Nov 9, 2007 11:12 AM, Samuel A. Falvo II <[EMAIL PROTECTED]> wrote:
> At any rate, I'm digressing. If neo_cgi.so isn't being found, then
> that means that your PYTHONPATH is not correct at the time the website
> is being hit.  This is most often the case when you have multiple

To find out what the value of PYTHONPATH is, make a Python CGI script
that prints the value of sys.path to the screen.  You might as well
use os.getenv() to inspect other relevant environment variables as
well.

-- 
Samuel A. Falvo II

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to