[Tkinter-discuss] Tkinter-discuss Digest, Vol 86, Issue 7

Guido Carballo-Guerrero charras at me.com
Fri Apr 29 13:50:15 CEST 2011


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-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. Python 3.1 and Tcl/Tk (Georges Arsouze)
> 
> From: Georges Arsouze <georges.arsouze at gmail.com>
> Date: April 29, 2011 4:32:30 AM GMT-03:00
> To: tkinter-discuss at 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 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/20110429/b356a5cd/attachment.html>


More information about the Tkinter-discuss mailing list