[Tkinter-discuss] Different fonts in 3.3?

Josef Eschgfaeller esg at unife.it
Fri May 9 23:35:05 CEST 2014


Trying to pass from Python 3.1 to 3.3 I have
a problem with Tkinter: fonts (or spacings)
in 3.3 seem to be higher, so that after
instructions like

    A=tkinter.Text(B,width=36,height=27,...)

the text widget requires more space than
before with 3.1. I have Mac OS X 10.6.8 and
call Python from a script using

    #! /Library/Frameworks/Python.framework\
                /Versions/3.x/bin/python3

It seems also that the letters are a bit uglier,
somewhat more compressed.

Thanks
Josef Eschgfaeller


More information about the Tkinter-discuss mailing list