Re: [Tkinter-discuss] Deadlock on graceful exit

2012-06-02 Thread Matteo Landi
On Thu, May 31, 2012 at 2:42 PM, Matteo Landi wrote: > On Thu, May 31, 2012 at 12:56 PM, Wayne Werner wrote: >> >> >> On Thu, 31 May 2012, Matteo Landi wrote: >> >>> Do you see anything wrong with the description presented above?  Please >>> say so, >>> because I can't figure it out! >> >> >> Yes

Re: [Tkinter-discuss] Deadlock on graceful exit

2012-05-31 Thread Michael Lange
Hi, Thus spoketh Wayne Werner unto us on Thu, 31 May 2012 05:56:49 -0500 (CDT): > Yes, though I have not looked at your code, if you're doing what you > said and using threads in a Tkinter app. This will almost always lead > to horrible, nasty bugs. Instead, use the .after() method in Tkinter,

Re: [Tkinter-discuss] Deadlock on graceful exit

2012-05-31 Thread Matteo Landi
On Thu, May 31, 2012 at 12:56 PM, Wayne Werner wrote: > > > On Thu, 31 May 2012, Matteo Landi wrote: > >> Do you see anything wrong with the description presented above?  Please >> say so, >> because I can't figure it out! > > > Yes, though I have not looked at your code, if you're doing what you

Re: [Tkinter-discuss] Deadlock on graceful exit

2012-05-31 Thread Wayne Werner
On Thu, 31 May 2012, Matteo Landi wrote: Do you see anything wrong with the description presented above? Please say so, because I can't figure it out! Yes, though I have not looked at your code, if you're doing what you said and using threads in a Tkinter app. This will almost always lead t

[Tkinter-discuss] Deadlock on graceful exit

2012-05-30 Thread Matteo Landi
Hi list, recently I started to work on an application [1] which makes use of the Tkinter module to handle interaction with the user. Simply put, the app is a text widget displaying a file filtered by given criteria, with a handy feature that the window is raised each time a new line is added to th

Re: [Tkinter-discuss] Deadlock on graceful exit

2012-05-30 Thread Matteo Landi
On Thu, May 31, 2012 at 12:22 AM, Matteo Landi wrote: > Hi list, > recently I started to work on an application [1] which makes use of the > Tkinter > module to handle interaction with the user.  Simply put, the app is a text > widget displaying a file filtered by given criteria, with a handy fea