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

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

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