hi anilr
i have config the python also following http://forums.iis.net/t/1122937.aspx. my python version is 3.1
but when i browse the test.py, it appears the bad gateway error:
HTTP Error 502.2 - Bad Gateway
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are "".
Module CgiModule
Notification ExecuteRequestHandler
Handler Python
Error Code 0x00000000
this is my test.py code : #!/usr/bin/env python# -*- coding: UTF-8 -*-# enable debuggingimport cgitbcgitb.enable()print "Content-Type: text/plain;charset=utf-8"printprint "Hello World!"