[Tkinter-discuss] python 3.1 - tkinter 8.4 - no tile? (Kevin Walzer)

Guido Carballo-Guerrero charras at me.com
Thu Sep 2 05:58:53 CEST 2010


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-request at python.org wrote:

> Send Tkinter-discuss mailing list submissions to
> 	tkinter-discuss at 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-request at python.org
> 
> You can reach the person managing the list at
> 	tkinter-discuss-owner at 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 <kw at codebykevin.com>
> Date: August 31, 2010 6:25:14 AM GMT-06:00
> To: tkinter-discuss at python.org
> Subject: Re: [Tkinter-discuss] python 3.1 - tkinter 8.4 - no tile?
> Reply-To: kw at 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 at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20100901/0c78882d/attachment.html>


More information about the Tkinter-discuss mailing list