Gunicorn, no module named 'myproject
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm installing a previously built website on a new server. I'm not the original developer. I've used Gunicorn + nginx in the past to keep the app alive (basically following this tutorial ), but am having problems with it here. I source venv/bin/activate , then ./manage.py runserver 0.0.0.0:8000 works well and everything is running as expected. I shut it down and run gunicorn --bind 0.0.0.0:8000 myproject.wsgi:application , and get the following: [2016-09-13 01:11:47 +0000] [15259] [INFO] Starting gunicorn 19.6.0 [2016-09-13 01:11:47 +0000]