2008/9/18 Wim Verhavert <[EMAIL PROTECTED]> I'm not an expert on this but I have done something like this in the past: > > def excepthook(excType, excValue, tracebackobj): > # do here the things you want when an uncaught exception occurs > pass >
Unfortunaly, this does'nt catch the original-exception. Is there way to get around the PyQt-Standarderror and access the real exception?
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
