Also, you may want to consider something like easygui - http://www.ferg.org/easygui/ if all you need is simple dialogs.
You may also want to consider Pythoncard - pythoncard.sourceforge.net, it's quite capable of more elaborate GUI stuff, but it's built on wxPython, which can be a little intimidating. That said, for 90% of stuff involving GUIs, Pythoncard would be fine, and the other 10% is generally stuff Tkinter can't do anyways. Good luck, Liam Clarke On 8/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Dan Deternova <[EMAIL PROTECTED]>: > > > ok. i know python and want to turn all my programs i made when i was > > learning python into Tkinter programs. i dont know how to make if > > satments and display the output like this in python: > > if cmd == quit: > > print "press exit to quit" > > i have no idea how to do that in Tkinter please help. > > Have a look at "Thinking in Tkinter": http://www.ferg.org/thinking_in_tkinter/ > > If you work through it, it should hopefully give you a better idea of how > Tkinter programs work. > > -- > John. > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor