I\'m using uwsgi for my Django(version =1.4) project, but there\'s an error if I run
uwsgi --ini django.ini
from django.core.wsgi impor
If you installed gunicorn on both sudo apt-get install gunicorn and (venv) pip install gunicorn, use sudo apt-get remove gunicorn and restart your virtual environment. This way, it worked for me.
sudo apt-get install gunicorn
(venv) pip install gunicorn
sudo apt-get remove gunicorn