Python + Apache 1.3.x (CGI) not working (no mod_python)

Michael Ströder michael at stroeder.com
Fri Jul 14 06:05:37 EDT 2000


genablu at my-deja.com wrote:
> 
> print 'Content-type: text/plain'
> print ' '

Should be

print 'Content-type: text/plain'
print

or

print 'Content-type: text/plain\r\n'

Ciao, Michael.



More information about the Python-list mailing list