Issue 28352: winfo_pathname(..) | window id "xyz" doesn't exist in this application. | Python 3.4.4 (original) (raw)

Created on 2016-10-04 02:03 by Tyler Sweeden, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg278004 - (view) Author: Tyler Sweeden (Tyler Sweeden) Date: 2016-10-04 02:03
This issue presents itself in 3.4.4.. Reverted back to 3.4.1 and the issue was gone.
msg278005 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-10-04 02:28
Can you provide a minimal example to reproduce the issue with Python 3.5.2 or 3.6b1 (3.4 is no longer receiving bug fixes)? Also, what OS are you on, and if not Windows, what version of Tcl/Tk are you using?
msg278279 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2016-10-07 22:21
At least give a minimal but complete example that works in 3.4.1 but fails in 3.4.4. What you put in the title in not valid syntax.
msg407147 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-11-27 14:42
Closing as there is not enough information to understand the issue and there were no replies to followup questions. Please create a new issue if you are still seeing this problem on a current version (>= 3.9).
History
Date User Action Args
2022-04-11 14:58:37 admin set github: 72538
2021-11-27 14:42:52 iritkatriel set status: open -> closednosy: + iritkatrielmessages: + resolution: rejectedstage: resolved
2016-10-07 22:21:51 terry.reedy set nosy: + terry.reedy, serhiy.storchakamessages: +
2016-10-04 02:28:55 zach.ware set nosy: + zach.waremessages: +
2016-10-04 02:03:51 Tyler Sweeden create