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
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(
):