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.

Author cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2017-08-26.16:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503766538.24.0.514954347408.issue31284@psf.upfronthosting.co.za>
In-reply-to
Content
When running tests that use an EditorWindow, the following warning message occurs:

warning: callback failed in WindowList <class '_tkinter.TclError'> : invalid command name ".!menu.windows"

This warning comes from `call_callbacks` in WindowsList in windows.py when the callback is `postwindowsmenu()` from editor, which is set for the `windows` menu.  The line `end = menu.index("end")` is the line that fails.
History
Date User Action Args
2017-08-26 16:55:38cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2017-08-26 16:55:38cheryl.sabellasetmessageid: <1503766538.24.0.514954347408.issue31284@psf.upfronthosting.co.za>
2017-08-26 16:55:38cheryl.sabellalinkissue31284 messages
2017-08-26 16:55:37cheryl.sabellacreate