Trace exceptions

P

Peter Hansen

gf said:
Is there anyway to do something like this:

try:
...
except Exception:
print the Exception message (and maybe other
info)

import traceback
traceback.print_exc()

See the docs on that module for how that works and many
other possibilities.

-Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,197
Latest member
Sean29G025

Latest Threads

Top