[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows

2011-09-30 Thread Richard86
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

[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows

2011-09-30 Thread Richard86
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

[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows

2011-09-25 Thread Richard86
Changes by Richard86 : -- nosy: +gpolo ___ Python tracker <http://bugs.python.org/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows

2011-09-24 Thread Richard86
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

[issue13040] call to tkinter.messagebox.showinfo hangs the script after timer

2011-09-24 Thread Richard86
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

[issue13040] call to tkinter.messagebox.showinfo hangs the script

2011-09-24 Thread Richard86
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