Josef Eschgfaeller
2014-05-09 21:35:05 UTC
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
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