Re: Can't get Django to work Apache + mod_python

2006-08-22 Thread Silas
I figured out what my problem was. It was me being stupid. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from

Re: Can't get Django to work Apache + mod_python

2006-08-22 Thread Silas
mxDateTime is installed - /usr/lib/python2.3/site-packages/mx/DateTime/mxDateTime/ I'm not positive how mxDateTime interacts with Django, but since it works fine with "./manage.py runserver", that is Django can talk to PostgreSQL, it seems the problem might having something to do with mod_python

Re: Can't get Django to work Apache + mod_python

2006-08-22 Thread [EMAIL PROTECTED]
Hi. Your output has this error message: "ImproperlyConfigured: Error loading psycopg module: No module named DateTime " Did you install the EGenix "mxDatetime" package? And did you specify the correct location when compiling psycopg? psycopg seems to require this package. See http://www.egenix.

Can't get Django to work Apache + mod_python

2006-08-21 Thread Silas
I'm having problems getting Django to work with Apache. Evenything works with "./manage.py runserver", but I get the errors listed below when I try to load the project with Apache and mod_python. I consistently get the same error the first and second refresh, followed by the "Third+" the rest of