[PyQt] generic exception handler

Steve Borho steve at borho.org
Thu Aug 19 16:08:57 BST 2010


Is there a way to register a generic exception handler with PyQt to
catch errors that happen in signal handlers?  I use a Python library
that emits 3-4 exceptions somewhat randomly for some fairly common
error conditions, and it would be nice to handle them all in one
place.

Cheers.

-- 
Steve Borho


More information about the PyQt mailing list