[Tkinter-discuss] from where can I download and install ttk?

2010-04-20 Thread Guido Carballo-Guerrero
Hello, I have install in my computer Python 2.6.5, but I just realize that Tkinter for this version don't have ttk install. Does anybody know from where can I download ttk to install it. Apparently Python 3.1 already have ttk inside of Tkinter, is there a reason why I should prefer to use 2.6.5

Re: [Tkinter-discuss] How can I install or find ttk

2010-04-20 Thread Igor Novikov
hmmm... ttk.py is a part of Python 2.6.2 (located in the same folder as Tkinter: %Python%\Lib\lib-tk\) Regards, Igor Novikov sK1 Project http://sk1project.org On Tue, Apr 20, 2010 at 8:38 PM, Wayne Werner wrote: > On Tue, Apr 20, 2010 at 9:31 AM, Guido Carballo-Guerrero > wrote: > >> Hello, I

Re: [Tkinter-discuss] How can I install or find ttk

2010-04-20 Thread Wayne Werner
On Tue, Apr 20, 2010 at 9:31 AM, Guido Carballo-Guerrero wrote: > Hello, I want to use Treeview, and apparently this is part of ttk. I have > Python 2.6.5 install in my computer, which is running Windows XP. The > problem I have is that Python can't find ttk. When I do: > > >>> from Tkinter import

[Tkinter-discuss] How can I install or find ttk

2010-04-20 Thread Guido Carballo-Guerrero
Hello, I want to use Treeview, and apparently this is part of ttk. I have Python 2.6.5 install in my computer, which is running Windows XP. The problem I have is that Python can't find ttk. When I do: >>> from Tkinter import ttk Traceback (most recent call last): File "", line 1, in from