Is there a way to catch Python exceptions in all parts of a PyQt program?

I have a "report bug" dialog box which gets called if an exception occurs in 
the most frequently used parts of my program, but it would be nice if I 
could catch every unhandled exception globally.

The really nice thing about python is that program tends to keep running 
despite an exception in a slot, so we don't get immediate data loss.

Thanks

Jeremy

-- 
http://www.jeremysanders.net/


_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to