Re: [Tutor] Tkinter help?

2015-05-18 Thread Alan Gauld
On 18/05/15 19:27, cartman6921 wrote: *Below is a code made by me in 5 minutes, I am new to Tkinter so am kinda noobish. We all have to start somewhere. Unfortunately there are a few issues with your code. I'll try to deal with them as we go through. from tkinter import * root=Tk() root.tit

[Tutor] Tkinter help?

2015-05-18 Thread cartman6921
*Below is a code made by me in 5 minutes, I am new to Tkinter so am kinda noobish. as you can see, lemon equals 0 at the start and when you click the button it adds 1 to the amount lemon equals. After about 15 minutes of trying and 10 minutes googling i can find nothing to help me. when the code lo

Re: [Tutor] TKinter help

2011-01-15 Thread Alan Gauld
"walter weston" wrote I am just starting to learn Tkinter and I was wondering if I should just run tkinter in pythons new window and run the program. You don;t run Tkinter, it is just a set of modules like any other. So you run Python as normal, whether from ODLE or from the command line. O

[Tutor] TKinter help

2011-01-15 Thread walter weston
I am just starting to learn Tkinter and I was wondering if I should just run tkinter in pythons new findow and run the program. Iv done this before and my python crashed.. plus I want to create a text widget that has a quit box. will pythons IDLE be able to handle this and display the widget ?

Re: [Tutor] Tkinter Help

2008-07-21 Thread Alan Gauld
"Ruivaldo Neto" <[EMAIL PROTECTED]> wrote I have a Python app that runs as a Windows Service. Inside this application, there is a Thread that starts a webservice. When this webservice is called, this thread displays a simple Tkinter window with some entry´s for input. Thats usually a very ba

Re: [Tutor] Tkinter Help

2008-07-21 Thread arsyed
On Mon, Jul 21, 2008 at 1:59 PM, Ruivaldo Neto <[EMAIL PROTECTED]> wrote: > Hi, > > I have a Python app that runs as a Windows Service. Inside this > application, there is a Thread that starts a webservice. > When this webservice is called, this thread displays a simple Tkinter > window with some

[Tutor] Tkinter Help

2008-07-21 Thread Ruivaldo Neto
Hi, I have a Python app that runs as a Windows Service. Inside this application, there is a Thread that starts a webservice. When this webservice is called, this thread displays a simple Tkinter window with some entry´s for input. But the mainloop simple stays running without presenting any popup

Re: [Tutor] Tkinter help required

2005-12-15 Thread Vlad Popescu
Thanks a bunch, Michael. I am using Fedora Core 4 and have installed the tkinter package via yum. Everything is working great as far as I can tell. That really helped. Thanks again > On Wed, 14 Dec 2005 15:05:07 +0200 > Vlad Popescu <[EMAIL PROTECTED

Re: [Tutor] Tkinter help required

2005-12-14 Thread Michael Lange
On Wed, 14 Dec 2005 15:05:07 +0200 Vlad Popescu <[EMAIL PROTECTED]> wrote: Hi Vlad, > Hello everyone, > > I have been desperately trying to get Tkinter to run, but without much > success thus far. I've followed the instructions at > http://wiki.python.org/moin/TkInter ; importing _tkinter does n

[Tutor] Tkinter help required

2005-12-14 Thread Vlad Popescu
Hello everyone, I have been desperately trying to get Tkinter to run, but without much success thus far. I've followed the instructions at http://wiki.python.org/moin/TkInter ; importing _tkinter does not work and I have no idea what files I should edit in order to add the module. Both Tcl and Tk,