Hello -
Django newb. I hope this is the right place to post this.
I had a problem with the virtualenv section of the Apache/mod_wsgi documentation
https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/modwsgi/#using-a-virtualenv
Please remove the line:
"To do this, you can add another line to your Apache configuration:"
and change the following configuration directive to:"WSGIPythonPath /path/to/your/venv/lib/python2.X/site-packages:/path/to/mysite.com"
Thank you.