Re: python scripts with IIS
- From: Rolf van de Krol <python@xxxxxxxxxxxxxxxx>
- Date: Sat, 19 Jan 2008 16:33:59 +0100
Adding the following lines before your print statement should do the trick. IIS complains about the headers, so adding headers should help.
print "Content-Type: text/html" # HTML is following
print # blank line, end of headers
william paul wrote:
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
------------------------------------------------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ%20>
- Prev by Date: Re: finding memory leak in edgewall trac 0.11
- Next by Date: Re: Efficient processing of large nuumeric data file
- Previous by thread: finding memory leak in edgewall trac 0.11
- Next by thread: Ruby Programming
- Index(es):
Relevant Pages
|