Message 260400 - Python tracker (original) (raw)
Using the following code, the root window will not close properly when the close icon is clicked:
from tkinter import * rootWin = Tk() l = Label(rootWin, text="foo") l.pack()
Similar issue occurs with Tk.grid().
OS: Mac OS X 10.10.5 Python IDE: IDLE 3.4.4 tkinter.TkVersion: 8.5 tkinter.TclVersion: 8.5 ActiveTcl: 8.6.4