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
I received this error because I created the virtual environment in a shared folder of virtualbox which didn't allow symbolic links. I recieved some errors but everything seemed to work so I continued until I got this error. The problem was solved when I recreated my virtual environment, made sure there were no errors and pointed uwsgi to the folder.