
05-27-2007, 09:04 AM
|
|
New Member
|
|
Join Date: May 2007
Posts: 6
|
|
I just tried that and it doesn't work and the same error is being logged. I've also tried this:
Code:
#!/usr/local/bin/python2.4
from os import environ
from sys import path
from django.core.handlers.wsgi import WSGIHandler
from fcgi import WSGIServer
path += [
'/home2/iaihmb/lib/python2.4/',
'/home2/iaihmb/webapps/django/',
]
environ['DJANGO_SETTINGS_MODULE'] = 'myproject.settings'
WSGIServer(WSGIHandler()).run()
Thanks for trying though. 
|