我需要mod_wsgi whl文件用于win 64位-Apache webserver 2.2 + Python 3.5
我搜索了它但却无法得到它。我有一个apache版本2.4
我从哪里得到它?
当我尝试pip install mod-wsgi时出现错误
(r_web) C:\Users\Administrator\r_web\RosterWeb>pip install mod-wsgi
Collecting mod-wsgi
Using cached mod_wsgi-4.5.11.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ADMINI~1\AppData\Local\Temp\2\pip-build-xybcspx9\mod-wsgi\s
etup.py", line 150, in <module>
'missing Apache httpd server packages.' % APXS)
RuntimeError: The 'apxs' command appears not to be installed or is not execu
table. Please check the list of prerequisites in the documentation for this pack
age and install any missing Apache httpd server packages.