Sundance: > > Is there a way to handle the uncaught exceptions that happen in PyQt? > > Yup: install your own exception handler in sys.excepthook. Cool, this is working. I had assumed there was something more complicated than this when running under PyQt.