[issue10118] Tkinter does not find font

2020-06-17 Thread Terry J. Reedy
Terry J. Reedy 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 statu

[issue10118] Tkinter does not find font

2020-06-17 Thread E. Paine
E. Paine added the comment: On Linux using, tcl 8.6.10 and Python 3.8.3, this does not appear to be an issue (Zed appears in the tkinter font family list). -- nosy: +epaine ___ Python tracker __

[issue10118] Tkinter does not find font

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue10118] Tkinter does not find font

2014-06-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Mark, On Windows, 3.4 comes with tck/tk 8.6. I am guessing that you built not on windows. In any case, tkinter has had several patches since you last posted, not all backported to 2.7, so an updated report with 3.4 or 3.5 and 8.6 would help delineate the scope

[issue10118] Tkinter does not find font

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem with tcl/tk 8.6? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs

[issue10118] Tkinter does not find font

2012-03-21 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue10118] Tkinter does not find font

2010-10-26 Thread mark saaltink
mark saaltink added the comment: I built the latest 2.7, with tk/tcl 8.5, and see the same problem. -- ___ Python tracker ___ ___ Pyt

[issue10118] Tkinter does not find font

2010-10-23 Thread R. David Murray
R. David Murray added the comment: Terry meant 2.6 is in security fix only mode. 2.7 will get bug fixes for an extended period. -- nosy: +r.david.murray ___ Python tracker ___

[issue10118] Tkinter does not find font

2010-10-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.7 is in security-fix only mode. I am assuming that this is still a problem in 2.7 (and possibly 3.x). It would be good to confirm this. -- nosy: +terry.reedy versions: +Python 2.7 -Python 2.6 ___ Python tracker <

[issue10118] Tkinter does not find font

2010-10-18 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue10118] Tkinter does not find font

2010-10-15 Thread mark saaltink
New submission from mark saaltink : Tkinter, since tk 8.5 apparently, does not find all the fonts that tk knows about. I'm using Python 2.6.5 on Linux but have seen this on previous versions. I have added the font with "xset fp+ "". The font is Richard Jones' zed font, available from http: