Hello:
 
I am trying to configure IIS to work with Python scripts:
 
I've added in the Home Directory/Configuration the .py extention and the path 
to the python.exe as: c:\Python24\python.exe %S %S
The python script has 1 line:
print "This is a test for python scripts with IIS"
 
When I launch the file using IE I get the message:
 
CGI Error
The specified CGI application misbehaved by not returning a complete set of 
HTTP headers. The headers it did return are:
 
This is a test for python scripts with IIS
 
How can I remove the CGI error?
 
Thank you
 
William


      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to