Re: Error importing settings.py

2006-10-31 Thread sansmojo
On review, I guess the latter doesn't actually work. So, please ignore. We have things running now! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django

Re: Error importing settings.py

2006-10-31 Thread sansmojo
Yay! It worked with: SetEnv DJANGO_SETTINGS_MODULE ce.settings PythonPath "['/var/www/closed'] + sys.path" Now, we have another question. It also worked with: SetEnv DJANGO_SETTINGS_MODULE settings PythonPath "['/var/www/closed/ce'] + sys.path" Is there any reason why we wouldn't want to go

Re: Error importing settings.py

2006-10-31 Thread Jorge Gajon
On 10/31/06, sansmojo <[EMAIL PROTECTED]> wrote: > > Hello all! My server admin has set up an apache/mod_python server for > me, but we keep getting the following error: > http://paste.e-scribe.com/2490/ > > Our apache config is here: http://paste.e-scribe.com/2491/ > You probably only need to c

Error importing settings.py

2006-10-31 Thread sansmojo
Hello all! My server admin has set up an apache/mod_python server for me, but we keep getting the following error: http://paste.e-scribe.com/2490/ Our apache config is here: http://paste.e-scribe.com/2491/ The project we're trying to run (which is now simply what is generated by 'django-amin.py