[issue13040] call to tkinter.messagebox.showinfo hangs the script
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 priority: normal severity: normal status: open title: call to tkinter.messagebox.showinfo hangs the script type: crash versions: Python 3.2 Added file: http://bugs.python.org/file23236/test1.py ___ Python tracker <http://bugs.python.org/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue13040] call to tkinter.messagebox.showinfo hangs the script after timer
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/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows
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/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows
Changes by Richard86 : -- nosy: +gpolo ___ Python tracker <http://bugs.python.org/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows
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/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue13040] call to tkinter.messagebox.showinfo hangs the script on timer on Windows
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/issue13040> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com