I know this has been asked and answered a few times before but the link for downloading mod_wsgi appears to have been changed. link There's no longer a .so file listed as 2.7 and instead they're all .whl files. I've tried downloading a couple and installing the wheel in the command line but nothing is happening. Has anyone any instructions for this?
Asked
Active
Viewed 595 times
0
-
`pip install filename.whl` – Matthias Feb 17 '15 at 09:30
-
This seems to have a fairly comprehensive answer and a different link to the location of mod_wsgi downloads. That link also describes very well some of the pitfalls of mixing and matching Apache and Python versions compiled with different compilers. For reference Apache in WAMPServer is the ApacheLounge compiled versions of Apache. http://stackoverflow.com/questions/8266153/how-to-install-python-with-wampserver – RiggsFolly Feb 18 '15 at 11:28