Folks, I don't have much experience with tkinter (the Tk wrapper for python), but it appears that it has a method of specifying a function to call when an exception occurs while processing a GUI callback. widget.report_callback_exception = my_function Is it possible to simulate this capability in pyGTK, or is there another way to trap exceptions in a callback. I can think of a way to add it to pyGTK, but I'm not sure if I want to modify pyGTK to do it. Has someone thought about this problem before? Thanks, Ralph -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
