[issue45957] _tkinter.TclError: expected boolean value but got ""

Serhiy Storchaka report at bugs.python.org
Thu Dec 2 04:09:40 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

What is the result of

   root.tk.call('wm', 'overrideredirect', root._w, True)

?

Is it not an empty string?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list