15 Jul 2011 13:10
Re: Tkinter-discuss Digest, Vol 89, Issue 5
Guido Carballo-Guerrero <charras <at> me.com>
2011-07-15 11:10:37 GMT
2011-07-15 11:10:37 GMT
George;
I haven't install python 3.1, and as far as I knew, 3.1 was a little bit different than 2.7 with respect to ttk, or maybe is python 3.2. By the way, why you're installing 3.1 instead of 3.2? You know, 3.2 is the latest version, maybe installing this version is easier, but any way, this is what I did to make 2.7 work with ttk:
1. download the source code and not the installer package
2. uncompress the file--the computer does this automatically for you
3. go where the package was uncompress using the terminal--oper a terminal, and type: ls ~/Downloads/python..., instead of the points write the name of the folder that was created when you uncompress the file you download
4. type the following commands one at a time and press enter for each command:
./configure --enable-universalsdk --enable-framework
make
make frameworkinstall
After this Python should be already install in your computer, and you should be able to use ttk. Remember that to import ttk on version 3.x you should do: import tkinter.ttk
I'm in the process of writing a tutorial of Python, maybe it can help you, this is the link:
Regards!
Guido
On Jul 15, 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. Python3.1 mac os (Georges Arsouze)From: Georges Arsouze <georges.arsouze <at> gmail.com>
Date: July 15, 2011 6:37:34 AM GMT-03:00
To: tkinter-discuss <at> python.org
Subject: [Tkinter-discuss] Python3.1 mac os
Hisorry for my poor english1) I'm working on mac os snow leopard 10.6 and python 3.1I want to use the ttk and tix widgetsI have an error message : require tileOn the mailing list i seeI think that it is probably much easier to install the tile extension
for Tk-8.4 than upgrading Tcl/Tk and Python to Tk-8.5 . You can look
for tile packages here:
http://sourceforge.net/projects/tktable/files/
and once tile is installed you can use ttk just as if you had Tk-8.5 .
I hope this helps
MichaelWhat can i do for installing tile ?2)I try pyhon 3.2 from activate stateTcl/tk is in version 5but idle crashcan you help me ? I'm beginning with pythonregards
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss <at> python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss <at> python.org http://mail.python.org/mailman/listinfo/tkinter-discuss
RSS Feed