This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Menus and winfo_children() KeyError
Type: Stage:
Components: Tkinter Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, mdcowles
Priority: normal Keywords:

Created on 2002-02-16 02:22 by mdcowles, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test.py mdcowles, 2002-02-16 02:22 Example code
Messages (2)
msg9286 - (view) Author: Matthew Cowles (mdcowles) Date: 2002-02-16 02:22
Sent to python-help

If a window has a menubar, sending winfo_children() to
the window produces a KeyError. I'll upload a small
example.
msg9287 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-03-27 17:16
Logged In: YES 
user_id=21627

Thanks for the report; this has been fixed in Tkinter.py 1.161.
History
Date User Action Args
2022-04-10 16:04:59adminsetgithub: 36110
2002-02-16 02:22:34mdcowlescreate