Re: [Tkinter-discuss] How to capture exceptions after the end of the program

2010-07-01 Thread Vasilis Vlachoudis
Unfortunately I was not able to narrow down to a simple code. All my attempts failed and they worked ok. While in the big project is not behaving correctly. The problem I see depends on the gc. If the gc deletes first the Tk_ root window then when it tries to delete the Font.__del__, tcl fail

Re: [Tkinter-discuss] How to capture exceptions after the end of the program

2010-06-25 Thread Michael Lange
Hi Vasilis, On Fri, 25 Jun 2010 12:20:30 +0200 Vasilis Vlachoudis wrote: > Hi all, > > I have a tkinter application that uses several fonts. However only > with python 2.4 when the application is closed then I get the > following exceptions (with 2.6 it works Ok) > > Exception exceptions.Attri

Re: [Tkinter-discuss] How to capture exceptions after the end of the program

2010-06-25 Thread Cameron Laird
On Fri, Jun 25, 2010 at 01:54:57PM +0200, Vasilis Vlachoudis wrote: . . . > unfortunately I cannot do that since I am using the output for other > messages > > Vasilis > > On 06/25/10 13:14, Wayne Werner wrote: > >On Fri, Ju

Re: [Tkinter-discuss] How to capture exceptions after the end of the program

2010-06-25 Thread Vasilis Vlachoudis
Thanks Wayne, unfortunately I cannot do that since I am using the output for other messages Vasilis On 06/25/10 13:14, Wayne Werner wrote: On Fri, Jun 25, 2010 at 5:20 AM, Vasilis Vlachoudis mailto:vasilis.vlachou...@cern.ch>> wrote: Hi all, I have a tkinter application that uses

Re: [Tkinter-discuss] How to capture exceptions after the end of the program

2010-06-25 Thread Wayne Werner
On Fri, Jun 25, 2010 at 5:20 AM, Vasilis Vlachoudis < vasilis.vlachou...@cern.ch> wrote: > Hi all, > > I have a tkinter application that uses several fonts. However only with > python 2.4 when the application is closed then I get the following > exceptions (with 2.6 it works Ok) > > Exception exce