Hi -
I followed the instructions found in
docs.geonode.org/1.0/deployment.html and found myself construction a
django.wsgi file that looks like this:
import os
import sys
path = '/opt/geonode'
if path not in sys.path:
sys.path.append(path)
os.environ['DJANGO_SETTINGS_MODULE'] =
'/opt/geonode/src/GeoNodePy/geonode/settings.py'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
I am getting the error:
[Thu Jan 27 10:57:40 2011] [error] [client *************] File
"/opt/geonode/django.wsgi", line 10, in ?
[Thu Jan 27 10:57:40 2011] [error] [client *************] import
django.core.handlers.wsgi
[Thu Jan 27 10:57:40 2011] [error] [client *************] ImportError:
No module named django.core.handlers.wsgi
Anybody have an idea why django.core.handlers.wsgi is not being found?
Garey Mills
Library Systems Office
UC Berkeley