I tried to install django to work with apache and mod_wsgi but get this error:
ImportError: No module named django.core.handlers.wsgi,
I\'v rea
This line is certainly wrong:
sys.path.append('/usr/lib/python2.4/site-packages/django')
Install Django with/for the version of Python that mod_wsgi was built against.