catching all exceptions

Siggy Brentrup bsb at winnegan.de
Thu Feb 8 10:23:16 EST 2001


Sorry for the typo :-(

Siggy Brentrup <bsb at winnegan.de> writes:

> import traceback, cStringIO
> 
> f = cStringIO.StringIO
  f = cStringIO.StringIO()
> traceback.print_exc(None, f)
> 
> write_to_database(f.getvalue())
> 
> HTH
>   Siggy






More information about the Python-list mailing list