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