<div dir="ltr"><br><br><div class="gmail_quote">2008/9/18 Wim Verhavert <span dir="ltr"><<a href="mailto:wim.verhavert@gmail.com" target="_blank">wim.verhavert@gmail.com</a>></span><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm not an expert on this but I have done something like this in the past:<br>
<br>
def excepthook(excType, excValue, tracebackobj):<br>
# do here the things you want when an uncaught exception occurs<br>
pass<br>
</blockquote></div><br>Unfortunaly, this does'nt catch the original-exception. Is there way to get around the PyQt-Standarderror and access the real exception?<br></div>