Re: Getting mod_python working

2008-05-29 Thread Jeff Gentry
Hi there ... In case anyone comes across this in the future, I solved the problem. libpq wasn't getting picked up by the process, all's well now. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gr

Re: Getting mod_python working

2008-05-28 Thread Graham Dumpleton
And what about if you run: sudo -H -u apache python and then try and import modules. If you don't use -H then it will inherit your personal user environment. If it is depending on PYTHONPATH from your personal user environment, it should then fail when using -H. BTW, print out sys.path for

Getting mod_python working

2008-05-28 Thread Jeff Gentry
Hi there ... I'm running Django-svn, mod_python 3.3.1, apache 2.2.3-11, python 2.5.2, psycopg 1.2.21 & mxdatetime 2.0.6. On my machine I can run everything perfectly fine via the manage.py shell as well as the development server. However, when I try to fire up a connection running out of Apache