[issue19954] test_tk floating point exception on my gentoo box running tk 8.6.1

Serhiy Storchaka report at bugs.python.org
Thu Dec 12 19:59:22 CET 2013


Serhiy Storchaka added the comment:

What if run following code?

import tkinter
root = tkinter.Tk()
widget = tkinter.Menubutton(root)
for value in (True, 1, 'true', 'yes', 'on'):
    print(value, flush=True)
    widget['indicatoron'] = value

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19954>
_______________________________________


More information about the Python-bugs-list mailing list