Hi, When an exception happens within a gtk callback, it seems to get handled (by printing a stack trace) internally without propagating up to the top level and stopping the program. This behavior has been very useful for debugging, but now I want to be able to catch these exceptions and display the error message in a more appropriate manner (for example, the program is often run in windows in which there is no console window to display the exception information). Is there some way to hook into the error handling code?
Tim N. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
