On Jun 28, 6:56 am, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> Don't set PYTHONPATH like that as it is too late by then. Instead use:
>
>   import sys
>   sys.path.insert(0, "/home/pix/lib/clearsilver/lib")
>
> That you are inserting site-packages directories for two different
> Python versions looks very bad.

I thought that was odd also but that is the path the trac install put
it under. Anyway thanks to your help I now have it running under CGI.
Now my next task is FastCGI.


--~--~---------~--~----~------------~-------~--~----~
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