New submission from Moray Grieve <m...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6933>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to