In article 
<cafbvuashe79zjwjr+egexmapyfir2pm4ucpfipx3ppyfbcj...@mail.gmail.com>,
 Josef Eschgfaeller <e...@unife.it> wrote:
> I installed today Python 3.4. But some time
> ago I installed ActiveTcl 8.6, which in the
> Frameworks directory is also Current.
> 
> Does this mean, that the new Python 3.4
> has been installed with Apple's Tcl and
> not with the ActiveTcl version?

Python builds link with a specific version of Tk.  The python.org 64-bit 
installers for OS X link with a framework Tk 8.5, like current ActiveTcl 
8.5.x and the buggy Apple-supplied system Tk 8.5.x.  You can install 
both ActiveTcl 8.5.x and 8.6.x on OS X.  The python.org Python will 
automatically use the ActiveTcl 8.5 once it is installed.

More details here:

https://www.python.org/download/mac/tcltk/

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to