David H. Burns wrote: > Thanks, Alan, > > With the Python3.0, I have installed, he entry "from tkinter import *" > doesn't produce any error message, but "tk = TK()" results in > "NameError: 'TK' is not defined". Also for the word "canvas"
Python is CaSe-SEnsITiVe. TK() is different from Tk() and canvas is different from Canvas. Also, Python 2.x's Tkinter has been renamed to python 3.x's tkinter _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor