> If you cant have access to the apache (?) error_log, you can put this in
> your code:
> import cgitb
> cgitb.enable()
>
> Which should trap what is being writed on the error stream and put it on
> the cgi output.
>
> Gerardo

I added that.  I get no errors.  It still doesn't work.  Well, I do
get several errors about the missing favicon, but I'm pretty sure
that's unrelated.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to