This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author moraygrieve
Recipients moraygrieve
Date 2009-09-17.17:00:59
SpamBayes Score 3.2197728e-10
Marked as misclassified No
Message-id <1253206861.41.0.487118668051.issue6933@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file has an example where a Tk GUI is launched as a
seperate 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 string rather than "Hello World",
and the example works in both Python 2.5 and Python 2.6. I have not been
able to seen any related issues to this and wonder if this is a bug in
the 2.6 Tkinter module.
History
Date User Action Args
2009-09-17 17:01:01moraygrievesetrecipients: + moraygrieve
2009-09-17 17:01:01moraygrievesetmessageid: <1253206861.41.0.487118668051.issue6933@psf.upfronthosting.co.za>
2009-09-17 17:01:00moraygrievelinkissue6933 messages
2009-09-17 17:00:59moraygrievecreate