[issue10118] Tkinter does not find font

Terry J. Reedy report at bugs.python.org
Wed Jun 17 11:22:09 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

If this is not out of date, it is, and was, a tcl/tk (3rd party) issue.  tkinter.font.families basically wraps a tk call. 
      return root.tk.splitlist(root.tk.call("font", "families", *args))

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list