Am Tue, 05 Jul 2005 16:07:44 +0200 schrieb [EMAIL PROTECTED]: > Hi ! > > I wrote some mails to wxPy, and this list about "wxPython and global > exception handling" theme. > I need to port my Delphi apps to wxPy, and I want to use same exception > mechanism like Delphi use. > > When any exception get unhandled, the app's main cycle get it, and show > in a dialog (and I can catch it, and I can write it to a log file with > many developer information).
Hi, maybe a look at the "cgitb" module helps you. It uses an exception handler to create a HTML page if an uncaught exception is raised. HTH, Thomas -- Thomas Güttler, http://www.thomas-guettler.de/ -- http://mail.python.org/mailman/listinfo/python-list