On Wednesday 22 December 2010 17:31:27 Николай wrote: > wxPython for example provides methods for changing error behavior. > This is requirement for professional applications.
Qt and PySide too, see qInstallMsgHandler But there are two categories of errors, recoverable and unrecoverable errors, Qt consider those errors as unrecoverable errors, so PySide can't do nothing, because even if you use a custom message handler is used Qt will call abort after the qFatal() call as show in bug report 564 [1]. [1] http://bugs.openbossa.org/show_bug.cgi?id=564 > Niki > _______________________________________________ > PySide mailing list > [email protected] > http://lists.openbossa.org/listinfo/pyside -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
