On a 10.5 Mac (i386) I’ve install ActivePython-3.1.2.3 and ActiveTcl8.5.17.0
I’ve got a trouble with my script.py and I guess it come from Tcl/Tk invocation. In a terminal :
Python3
import tkinter
tkinter._test()
return me 8.4 version !?
How can I “link” python3 and Tcl/Tk 8.5 ?