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

2010-04-21 Thread Michael Lange
Hi, On Tue, 20 Apr 2010 14:41:11 -0700 Guido Carballo-Guerrero wrote: > 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. > ttk is in a separate python m

Re: [Tkinter-discuss] Combobox - global var not found

2010-04-21 Thread kimmyaf
Thanks for the replies. I have the Pmw uploaded and my import statement is correct, but I'm still having issues. I must move on with the rest of my project and hope to come back to this functionality if i have time at the end. kimmyaf wrote: > > I am experimenting with TKinter for the first t

[Tkinter-discuss] Getting a canvas within an existing frame.

2010-04-21 Thread kimmyaf
I cannot get my canvas to show within my existing frame. I can only get it to build it's own frame. Can someone help? As you can see i've tried a number of different things so i have a lot of stuff commented out at the bottom. attached is a picture of what my GUI looks like. I want the canvas to

Re: [Tkinter-discuss] Combobox - global var not found

2010-04-21 Thread Kevin Walzer
On 4/21/10 9:30 PM, kimmyaf wrote: Thanks for the replies. I have the Pmw uploaded and my import statement is correct, but I'm still having issues. I must move on with the rest of my project and hope to come back to this functionality if i have time at the end. The combobox requires you to imp

Re: [Tkinter-discuss] Combobox - global var not found

2010-04-21 Thread kimmyaf
There are two versions. There is a combobox in Pmw, which i did import/install and still had issues. I haven't tried ttk.. I may try that if I have time at the end. Thanks! Kevin Walzer-5 wrote: > > On 4/21/10 9:30 PM, kimmyaf wrote: >> >> Thanks for the replies. I have the Pmw uploaded and my