"Harlin Seritt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
When using try... except... errors don't show up. Is there a way to
force stderr despite using try...except?

If you're looking for stack traces, look at the inspect and traceback modules. They contain the tools to do just about anything you need for error reporting. Also there is a logger module somewhere so you can put the stuff somewhere permanent if you want.

John Roth


thanks,

Harlin Seritt


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

Reply via email to