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