[issue6933] Threading issue with Tkinter Frame.insert

Moray Grieve report at bugs.python.org
Thu Sep 17 19:01:01 CEST 2009


New submission from Moray Grieve <mbg at progress.com>:

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.

----------
components: Tkinter
files: example.py
messages: 92781
nosy: moraygrieve
severity: normal
status: open
title: Threading issue with Tkinter Frame.insert
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file14914/example.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6933>
_______________________________________


More information about the Python-bugs-list mailing list