"David H. Burns" <dhbu...@cherokeetel.net> wrote in message news:4a4d65e5.3040...@cherokeetel.net...
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"

As you suggest, I probably need to start with a 2.x version.

Python is case-sensitive.  Try "tk = Tk()" and "Canvas".

-Mark


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to