<div dir="ltr"><br><br><div class="gmail_quote">2008/9/18 Wim Verhavert <span dir="ltr">&lt;<a href="mailto:wim.verhavert@gmail.com" target="_blank">wim.verhavert@gmail.com</a>&gt;</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&#39;m not an expert on this but I have done something like this in the past:<br>
<br>
def excepthook(excType, excValue, tracebackobj):<br>
 &nbsp; &nbsp;# do here the things you want when an uncaught exception occurs<br>
 &nbsp; &nbsp;pass<br>
</blockquote></div><br>Unfortunaly, this does&#39;nt catch the original-exception. Is there way to get around the PyQt-Standarderror and access the real exception?<br></div>