- [Admin note] see our wiki page about using specific versions of Django inside virtualenvs
I'm trying to use Django 1.4.1 so I did this and verified that Django 1.4.1 worked in the shell. I then changed my wsgi.py file to this and reloaded my web app but I'm getting errors with Django 1.3.3 paths like this:
"/usr/local/lib/python2.6/dist-packages/Django-1.3.3-py2.6.egg/django/core/handlers/wsgi.py", line 250
Help please, I have been stuck for a couple of days trying to figure out how to get this to work. Thanks in advance.