Python 工头立即离开,代码为1

Python 工头立即离开,代码为1,python,django,heroku,foreman,Python,Django,Heroku,Foreman,我很难让领班去工作 当我运行foreman start时,我得到以下输出: 13:48:12 web.1 | started with pid 14896 13:48:12 web.1 | Traceback (most recent call last): 13:48:12 web.1 | File "C:\Python33\Scripts\gunicorn-script.py", line 9, in <module> 13:48:12 web.1 | loa

我很难让领班去工作

当我运行
foreman start
时,我得到以下输出:

13:48:12 web.1  | started with pid 14896
13:48:12 web.1  | Traceback (most recent call last):
13:48:12 web.1  |   File "C:\Python33\Scripts\gunicorn-script.py", line 9, in <module>
13:48:12 web.1  |     load_entry_point('gunicorn==18.0', 'console_scripts', 'gunicorn')()
13:48:12 web.1  |   File "C:\Python33\lib\site-packages\pkg_resources.py", line 357, in load_entry_point
13:48:12 web.1  |     return get_distribution(dist).load_entry_point(group, name)
13:48:12 web.1  |   File "C:\Python33\lib\site-packages\pkg_resources.py", line 2394, in load_entry_point
13:48:12 web.1  |     return ep.load()
13:48:12 web.1  |   File "C:\Python33\lib\site-packages\pkg_resources.py", line 2108, in load
13:48:12 web.1  | exited with code 1
13:48:12 web.1  |     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
13:48:12 system | sending SIGKILL to all processes
13:48:12        |   File "C:\Python33\lib\site-packages\gunicorn\app\wsgiapp.py", line 10, in <module>

这里有点晚了,所以我希望您已经自己解决了这个问题,但由于您似乎处于Windows环境中,gunicorn目前不在Windows上运行。这在stackoverflow上被引用

Windows支持显然是按所述计划的


我自己也遇到了同样的问题。

我现在确实解决了,但谢谢你的回答。
web: gunicorn caraton.wsgi