I want to install python 3.2 in my IIS7.5 server so that I can use something like this :

http://localhost/index.py

Is this possible? How?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Sure. Microsoft instructions here.

In a nutshell though, you give execution privileges to the IIS directory that holds the files, and then set up the python.exe file as the default handler for .py files. It's pretty much the same as other CGI stuff in IIS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.