Hello All,
I have the following; root = Tk() label = Label(root , text = "pure") in order to change "text" , I could do the this label[text] = "pool" I do know that there is something like this.. label.config(text = "pool") Which one should I use? Regards, Emeka
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor