Re: Tkinter and exceptions

2006-07-26 Thread Nick Craig-Wood
Peter Otten <[EMAIL PROTECTED]> wrote: > Nick Craig-Wood wrote: > > How do you catch general exceptions in a Tkinter program. > Overriding report_callback_exception() seems to work: Thank you. That is exactly what I needed to know! -- Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wo

Re: Tkinter and exceptions

2006-07-25 Thread Peter Otten
Nick Craig-Wood wrote: > I'm just starting out with Tkinter programming (using Programming > Python as a reference), and I couldn't find the answer to this > anywhere... > > How do you catch general exceptions in a Tkinter program. If you run > the below and click the "Exception" or "Callback Ex

Tkinter and exceptions

2006-07-25 Thread Nick Craig-Wood
I'm just starting out with Tkinter programming (using Programming Python as a reference), and I couldn't find the answer to this anywhere... How do you catch general exceptions in a Tkinter program. If you run the below and click the "Exception" or "Callback Exception" buttons you see a traceback