[issue24951] Idle test_configdialog fails on Fedora 23, 3.6

Serhiy Storchaka report at bugs.python.org
Fri Aug 28 19:48:41 CEST 2015


Serhiy Storchaka added the comment:

Could you please add

    print(_flatten((self._w, cmd)) + self._options(cnf))

just before the call in line 858 in Lib/tkinter/__init__.py and tell the output Petr. Could you please show your .idlerc/config-main.cfg file?

I suppose self.fontSize.get() returns an empty string for unknown reasons. Interesting, how IDLE configuration file affects tests?

----------

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


More information about the Python-bugs-list mailing list