Yes Kevin, I know Snow come with Tk/Tcl 8.5, but for some reason if one install Python with the dmg installer from Python/Download installer, for some reason ttk doesn't use Tcl/Tk 8.5, but 8.4 instead.
To make Python use 8.5 one have to compile the source code, with the following lines: $ ./configure --enable-universalsdk --enable-framework $ make $ make frameworkinstall Maybe I'm missing something, but that's how is for me. Guido On Sep 1, 2010, at 4:00 AM, tkinter-discuss-requ...@python.org wrote: > Send Tkinter-discuss mailing list submissions to > tkinter-discuss@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/tkinter-discuss > or, via email, send a message with subject or body 'help' to > tkinter-discuss-requ...@python.org > > You can reach the person managing the list at > tkinter-discuss-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tkinter-discuss digest..." > Today's Topics: > > 1. Re: python 3.1 - tkinter 8.4 - no tile? (Kevin Walzer) > > From: Kevin Walzer <k...@codebykevin.com> > Date: August 31, 2010 6:25:14 AM GMT-06:00 > To: tkinter-discuss@python.org > Subject: Re: [Tkinter-discuss] python 3.1 - tkinter 8.4 - no tile? > Reply-To: k...@codebykevin.com > > > On 8/31/10 12:15 AM, Guido Carballo-Guerrero wrote: > >> >> I don't understand as well, why the Mac Os x Installer Disk Image don't >> come already with Tk/Tcl 8.5, specially since the Windows installer >> already comes with all that ready, but well. I would even suggest that >> Python should come with ttk. >> >> Those anybody knows what Python doesn't comes already with ttk? Why the >> Mac installer doesn't have Tk/Tcl as part of the installation? > > ttk is standard, I believe, in 3.1, and perhaps 2.7? (Someone correct me > here.) > > The Mac installer doesn't include Tcl/Tk because the Mac already ships > Tcl/Tk, both 8.5 and 8.4 on Snow Leopard. > > --Kevin > > -- > Kevin Walzer > Code by Kevin > http://www.codebykevin.com > > > > _______________________________________________ > Tkinter-discuss mailing list > Tkinter-discuss@python.org > http://mail.python.org/mailman/listinfo/tkinter-discuss
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss