PythonAnywhere ImportError:没有名为wsgi的模块

时间:2015-10-05 14:49:59

标签: python django pythonanywhere

我正在将django应用程序部署到PythonAnywhere。 我正在使用的环境是: Python 2.7 Django 1.8

在_pythonanywhere_com_wsgi.py中,我有:

from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()

当我运行它时,它会给出错误:

  

ImportError:没有名为wsgi的模块

它的解决方案是什么?

1 个答案:

答案 0 :(得分:0)

pythonpath设置为wsgi.py所在的位置