I have installed on my Win7x64 Xampp and Python 2.7.
Now I\'m trying to get the \"power\" of Python language... how can I do it?
I\'ve tried with mod_python
WSGI is a lot better, but at least I googled and tried to set it up for days without success. CGI is less efficient, but as most people use windows for development only, it makes little/no difference. It's super easy to set up!
CGI method:
sample test code(change commented python path according where you have it installed):
#!C:/Python27/python
print "Content-type: text/html\n\n"
print "Hello World from Python Hello World from a Python CGI Script"
I've tested this in xampp 1.8.1 if something doesn't work read tihs:
source: http://elvenware.com/charlie/development/web/Python/Xampp.html