不与django合作的问候

时间:2015-12-24 14:44:49

标签: python django apache mod-wsgi gevent

我有一个使用Grequests的Django项目,当我运行时: python manage.py runserver,一切正常,但是当我将项目上传到服务器时

(遵循这个toutorial:https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-14-04

并尝试使用mod_wsgi在Apache上运行它, 我收到以下错误:

追踪(最近一次通话):   文件" /usr/local/lib/python2.7/dist-packages/gevent/event.py",第294行,在_notify_links中 错误:无法切换到其他线程 (,  )因错误而失败

错误!:在' base_api_handler.create_object': 错误:root:错误!:' base_api_handler.create_object': 此操作将永远阻止 错误!:' base_api_handler.create_object': Traceback(最近一次调用最后一次):   文件" /usr/local/lib/python2.7/dist-packages/gevent/event.py",第294行,在_notify_links中 错误:无法切换到其他线程 (,  )因错误而失败

错误:root:错误:此操作将永久阻止

任何帮助都将受到高度赞赏。

感谢。

0 个答案:

没有答案