[Idle-dev] [ idlefork-Bugs-661324 ] Does not play well with Tkinter when on-quit handler invoked

noreply@sourceforge.net noreply@sourceforge.net
Thu, 02 Jan 2003 13:58:15 -0800


Bugs item #661324, was opened at 2003-01-02 21:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=661324&group_id=9579

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Chui Tey (teyc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Does not play well with Tkinter when on-quit handler invoked

Initial Comment:
The following program:

import Tkinter
import sys

root = Tkinter.Tk()

console = Tkinter.Button(root, text='Done', 
command=root.quit)
console.pack()

root.mainloop()

locks up the running program if "Done" is pressed. The 
program stops locking when the Shell window is closed.

I observed this behaviour on Windows 2000, running 
ASPN Python 2.2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=661324&group_id=9579