<br><br><div class="gmail_quote">On Sat, May 23, 2009 at 6:55 PM, Jive Dadson <span dir="ltr"><<a href="mailto:notontheweb@noisp.com">notontheweb@noisp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
   I have an application that opens an image file of the user's choice.   I have an exception handler for the case that the user selected a bad or unsupported image file.  My code is catching the exception, but unfortunately for me, after I exit the except-clause, wxPython is popping up its own message dialog from somewhere in deepest, darkest __core__.<br>

<br>
   How do I make it not do that?<br>
</blockquote><div><br>Hard to tell without seeing the relevant code. Try stripping down the program until you get to the smallest program that still shows the error (<a href="http://wiki.wxpython.org/MakingSampleApps">http://wiki.wxpython.org/MakingSampleApps</a>). If you can't figure it out from that, try asking on the wxPython mailing list (<a href="http://lists.wxwidgets.org/mailman/listinfo/wxpython-users">http://lists.wxwidgets.org/mailman/listinfo/wxpython-users</a>). You'll probably get better advice there.<br>
</div></div>