Alexnb wrote:


Okay I installed the dmg but I still have the same version.. what am I
missing?


You forgot to rebuild Python from source. :-) Comment out the line in setup.py that lists /System/Library as a place to search for Tk, and it will search in /Library instead, and link against the new 8.5 version of Tk you've installed. Run ./configure --enable-framework --enable-universalsdk and you should be good to go.

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