Richard86 added the comment:
You nailed it. Thank you very much! (I really thought it was a bug, since the
code ran well on Linux.)
--
___
Python tracker
<http://bugs.python.org/issue13
Richard86 added the comment:
This is a serious problem. I REALLY hope that someone on a Windows machine can
either confirm the bug by reproducing with provided example code or disprove it.
--
___
Python tracker
<http://bugs.python.org/issue13
Changes by Richard86 :
--
nosy: +gpolo
___
Python tracker
<http://bugs.python.org/issue13040>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Richard86 :
--
title: call to tkinter.messagebox.showinfo hangs the script after timer -> call
to tkinter.messagebox.showinfo hangs the script on timer on Windows
___
Python tracker
<http://bugs.python.org/issu
Changes by Richard86 :
--
title: call to tkinter.messagebox.showinfo hangs the script -> call to
tkinter.messagebox.showinfo hangs the script after timer
___
Python tracker
<http://bugs.python.org/issu
New submission from Richard86 :
Call to tkinter.messagebox.showinfo("Test", "test") makes the script hang in
Windows 7 with Python 3.2.2 with Timer(2, methodname, ()).start().
--
components: Tkinter, Windows
files: test1.py
messages: 144496
nosy: Richard86
prior