On Thu, Aug 19, 2010 at 12:50 PM, Sybren A. Stüvel <[email protected]> wrote: > On Thu, Aug 19, 2010 at 12:31:36PM -0500, Steve Borho wrote: >> Sorry, I was too quick to dismiss. This does get called when any >> unhandled exception occurs, which is what I need. > > Be aware that sys.excepthook is called from the thread that causes the > exception. I streamlined this by emitting a Qt signal from the > exception handler, and showing a dialog box from a connected slot in > the GUI thread.
That would explain the crash I see when I first tried to use it. Excellent, thanks. -- Steve Borho _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
