ImportError: No module named django.core.wsgi for uwsgi

前端 未结 6 2426
Happy的楠姐
Happy的楠姐 2020-12-09 02:55

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         


        
6条回答
  •  难免孤独
    2020-12-09 03:41

    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.

提交回复
热议问题