George, I haven't try Python 3.1, I have Python 2.7, but in my case the only way in which I was able to use TCL/TK 8.5 things was when I compile manually Python on my computer. I run on OS X 10.6.7 as well. The way to do that is, you have to download the source file, than once you un-compress it, go to its folder and type:
$ ./configure --enable-universalsdk --enable-framework $ make $ make frameworkinstall This should do it for you. With these 3 lines you will compile and install Python, and during the installation Python will configure the latest TCL/TK you have install in your Framework folder. Guido On Apr 29, 2011, at 7: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. Python 3.1 and Tcl/Tk (Georges Arsouze) > > From: Georges Arsouze <georges.arso...@gmail.com> > Date: April 29, 2011 4:32:30 AM GMT-03:00 > To: tkinter-discuss@python.org > Subject: [Tkinter-discuss] Python 3.1 and Tcl/Tk > > > Hi > Sorry for my poor english (French people) > > I'm working under mac os 10.6.7 > Python 3.1.3 Tk version 8.4 Idle version 3.1.3 > > when i try > from tkinter import * > fenetre=Tk() > n=Notebook(fenetre) > > i obtain > tkinter.TclError: can't find package tile > > On mailing list I have seen that I have TCl/TK 8.5 > I install this version in "/Library/Frameworks/Tcl.framework/Versions/8.5" > > I read > http://old.nabble.com/How-can-I-tell-Tkinter-where-to-look-for-Tcl-Tk--td28329846.html > > but i don't understand what i have to do > > Can you help me 5 (I'm beginning with Python) > > Regards > > > _______________________________________________ > 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