On Sat, Feb 6, 2010 at 6:38 PM, Rama Rao Polneni <ram...@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 _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers