I am going round in circles with this, I have created a virtual environment for mezzanine by executing the following
source virtualenvwrapper.sh mkvirtualenv mezzanine pip install -U mezzanine
which I then activate in my wsgi activate_this = '/home/NicholasMurray/.virtualenvs/mezzanine/bin/activate_this.py'
but I get an Unhandled Exception
And in the error log I see
:/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception : return _active[_get_ident()] Error running WSGI application
Am I on the right track?