I have a site where I am running the Apache server, and I want to run a python script using the server and a web browser. I use xampp and I researched that I need to use modwsgi and I downloaded zip and unzipped it on my desktop.Now using the command line, run
setup.py install
The first time I did this, I did not have installation tools for python (I have python 2.7.8, and I'm 64 bit on Windows 7), so I went and downloaded this, but now that I run the command again . I get the following message
RuntimeError: The 'apxs' command appears to not to be installed or is not exectuable. Please check the list of prerequistes in the documentation for the package and install any missing Apache httpd server packages.
How can I install apxs because I don't have Apache, but xampp?
source share