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
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
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