Re: cgi script error

2006-01-19 Thread Fredrik Lundh
Ron Griswold wrote: > I'm getting the following error from my web server (httpd on linux): > "malformed header from script. Bad header=: htmllib.cgi > It gives the same complaint if I've got openDocument and/or openHead > uncommented. The script is executing otherwise the error wouldn't show > up

cgi script error

2006-01-19 Thread Ron Griswold
Hi Folks,   I’m getting the following error from my web server (httpd on linux): “malformed header from script. Bad header=: htmllib.cgi   The script I’m running is a Python script as follows:   #!/usr/bin/python   def openDocument( ):     print "";   def openHTML( ):