[issue26673] Tkinter error when opening IDLE configuration menu (Tcl/Tk 8.6)

Terry J. Reedy report at bugs.python.org
Mon May 9 11:54:08 EDT 2016


Terry J. Reedy added the comment:

Mark, changing the default font from Courier to TkFixedFont has introduced or exposed a bug in any of IDLE, tkinter, or tk 8.6.4 on Linux.  The result is that trying to open the configuration menu fails with TclError.  What do your think is the best solution?

Mathias, it seems to me that fontsize should alsways be an Intvar.  I have no idea why StringVar is used, except possibly as a workaround when the code was written.

----------
nosy: +markroseman

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


More information about the Python-bugs-list mailing list