Re: [Tkinter-discuss] Threading issue with Tkinter Frame.insert

2009-09-18 Thread Michael Lange
Hi Moray, On Fri, 18 Sep 2009 06:00:16 -0400 "Moray Grieve" wrote: > The code fragment below has an example where a Tk GUI is launched as a > separate thread - this all works fine in Python 2.5, but in Python 2.6 > the thread hangs. The issue seems to be in the line; > > > > self.messageBoxD

[Tkinter-discuss] Threading issue with Tkinter Frame.insert

2009-09-18 Thread Moray Grieve
The code fragment below has an example where a Tk GUI is launched as a separate thread - this all works fine in Python 2.5, but in Python 2.6 the thread hangs. The issue seems to be in the line; self.messageBoxDetails.insert(INSERT, "Hello world") Comment this line out, or use an empty stri