[issue42867] Entry Widget not editable on Windows 10, but is on Linux Ubuntu 16.04

John McCabe report at bugs.python.org
Fri Jan 8 09:13:30 EST 2021


John McCabe <john at mccabe.org.uk> added the comment:

In addition, changing "Entry" to "Text" (+ necessary associated changes) makes no difference to the outcome. Removing the call to tk.messagebox.askquestion() does. It appears that tk.messagebox.askquestion() is screwing something up on Windows; perhaps it's locking some resources, or not correctly releasing them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42867>
_______________________________________


More information about the Python-bugs-list mailing list