Matt Good wrote: > > The PYTHONPATH should contain a list of folders with Python "modules", > not the executable scripts (which would go on the PATH). So, including > /usr/local/trac/bin will have no effect. Based on your prefix the Trac > modules should be installed under > /usr/local/trac/lib/python2.4/site-packages, so that's what you should > put on the PYTHONPATH (or in a .pth file). > > -- Matt Good
Thanks Matt that worked, I had stopped after trying /usr/local/trac/lib/python2.4/site-packages/trac when that didnt work I kinda threw up my hands rather then plugging away. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
