mod_wsgi isn't honoring WSGIPythonHome

徘徊边缘 提交于 2019-11-27 22:53:40
Graham Dumpleton

Your mod_wsgi is likely compiled against a different Python version than you are trying to force it to use. For example, you can not use mod_wsgi compiled against Python 2.4 with a virtual environment constructed using Python 2.6.

Validate what version of Python mod_wsgi was built for in the first place.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!