<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> CGIHTTPServer, on the other hand, I have never really trusted. I would
> suspect that fella.

CGIHTTPServer wasn't the culprit after all, it was os.py.  See bug report 
"[ 1100235 ] Scripts started with CGIHTTPServer: missing cgi environment" 
which is actually caused by "[ 1110478 ] os.environ.update doesn't work". 
They are fixed with a patch in 1110478.  I applied the patch in os.py and my 
web app is working now. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to