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
There were 2 issues,
The virtualenv should be loaded in ~/apache2/bin/start with these lines,
WORKON_HOME=/home/pawesome/envs/pinax072/
. $WORKON_HOME/bin/activate
You should be using the wsgi file provided by pinax and not the one our installer provides as pinax has some custom path code that is needed,
#WSGIScriptAlias / /home/pawesome/webapps/qtsocial/myproject.wsgi
WSGIScriptAlias / /home/pawesome/webapps/qtsocial/myproject/deploy/pinax.wsgi