I\'m trying to get pinax working on WebFaction and having so many issues...
[Sun Feb 19 20:01:20 2012] [error] [client 127.0.0.1] mod_wsgi (pid=22796): Excep
According to this https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/modwsgi/#using-a-virtualenv just add path to your site package and python site-packages directory in Apache config or your site config (outside VirtualHost directive)
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python2.X/site-packages
For me, it was:
WSGIPythonPath /var/www/djtest:/usr/local/lib/python2.7/site-packages