can error messages be improved or can they be overridden ?

python at bdurham.com python at bdurham.com
Mon Feb 23 19:37:15 EST 2009


Gabriel,

> Have you seen the cgitb module? Despite its name, it's a general purpose module.
> <http://docs.python.org/library/cgitb.html>
> 
> import cgitb
> cgitb.enable(format="txt")
> 
> <snipped>

My vote for tip of the week, perhaps even month.

I'm not part of this thread, but your post is a great help on another
project.

Thank you!

Regards,
Malcolm



More information about the Python-list mailing list