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
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to