[BangPypers] WxPython: Unhandled exception

Noufal Ibrahim noufal at gmail.com
Sat Feb 6 17:59:15 CET 2010


On Sat, Feb 6, 2010 at 6:38 PM, Rama Rao Polneni <ramp99 at gmail.com> wrote:
> Hi All,
>
> I have developed a GUI application.
> Some times I am getting an unhandled exception with the following message:
>
> *An unhandled exception occurred. *
> *Press "Abort" to terminate the program, "Retry" to exit the program
> normally and "Ignore" to try to Cotinue.*
> **
> Do you know why this unhandled exceptions is coming, even though I hadled
> exceptions where they are required.
>

I'd recommend that you 'unhandle' your exceptions and let the
application crash. Once that happens, you'll get a traceback which
should point you to the actual problem.


-- 
~noufal
http://nibrahim.net.in


More information about the BangPypers mailing list