I used this tutorial:
http://martinprzybyla.com/2011/02/01/how-to-get-python-working-with-apache-and-wampserver-win-7/
And many similar ones to try and get the mod_wsgi module to work on wamp. 开发者_开发技巧After doing all the steps wamp will not start up and I don't get any messages in the log files. I even changed the LogLevel from warn to info but nothing is logged.
I have tried:
- Reintalling python to make sure it is installed for everyone
- Rebooting
- Grabbing different mod_wsgi binaries
- Adding the configurations one by one to see at which point wamp fails to start; which is the first line: LoadModule wsgi_module modules/mod_wsgi.so
Any ideas?
http://i.imgur.com/WR3Mi.jpg
Are you using the 64 bit version of WAMP?
If so you need to make sure you are using the 64 bit version of mod_wsgi.
You can find it here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
精彩评论