I am trying to run python on wampserver, I am following How to install Python with Wampserver as guide.
Setup Configuration:
Python 2.7.6(64-bit); wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64bit; Windows 7 (64 bit)
For mod_wsgi: I tried all three 64 bit binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi
But as I add "LoadModule wsgi_module modules/mod_wsgi.so" line to load wsgi module in httpd.conf, the server fails with error "ERR_CONNECTION_REFUSED"
Any help on what am I missing?