[New-bugs-announce] [issue26376] Tkinter root window won't close if packed.

Sam Yeager report at bugs.python.org
Wed Feb 17 10:00:45 EST 2016


New submission from Sam Yeager:

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

----------
components: IDLE, Macintosh, Tkinter
files: Screen Shot 2016-02-17 at 10.00.21 AM.png
messages: 260400
nosy: Sam Yeager, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Tkinter root window won't close if packed.
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file41942/Screen Shot 2016-02-17 at 10.00.21 AM.png

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26376>
_______________________________________


More information about the New-bugs-announce mailing list