On 1/28/09 7:35 AM, Karsten Fuhrmann wrote: > Hello, > File "/usr/lib/python2.4/site-packages/Trac-0.11stable_r7802- > py2.4.egg/trac/db/postgres_backend.py", line 118, in __init__ > from pyPgSQL import PgSQL > ImportError: No module named pyPgSQL > Any Directions?
Python is not finding the psycopg module on PYTHON_PATH, at least that is what I recall when I ran in to that a while back. Since you're using fastcgi, there is probably some mechanism to specify that in the apache/fastcgi configuration. I had to do something similar with wsgi and mod_python. Regards. Shane --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
