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

Kevin Walzer kw at codebykevin.com
Thu Sep 2 13:49:33 CEST 2010


On 9/1/10 11:58 PM, Guido Carballo-Guerrero wrote:
> 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.

That's true if you use the Python.org installer. The Python installed 
with OSX links to 8.5.

>
> 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
>
>

Also true. That's basically how I built mine. Building from source isn't 
hard.

--Kevin

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Tkinter-discuss mailing list