osx - How to change the tk version of your Python installation? -
i have removed old python framework using this procedure, , have installed python 3.4.3 architecture, appears i386
according following command uname -p
, have downloaded , installed following version mac os x 32-bit i386/ppc installer
.
now, want use tkinter
, seems using tcl/tk version 8.4
instead of lastest 1 8.6
:
>>> tkinter.tclversion 8.4 >>> tkinter.tkversion 8.4 >>>
now, have cheked under directory /library/frameworks/tk.framework/
versions have installed, result is:
8.5 8.6 current
which means python distribution have installed using version of tcl/tk
somewhere else.
now, how change tcl/tk
version being used?
Comments
Post a Comment