Thanks, I had forgotten the case sensitivity.
David
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Thanks. I had forgotten the case sensitivity.
David
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
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.
___
I am new to Python and I'm looking for help on graphics in Python3.0.
All the graphics libraries I've seen are far to complex (and don't seem
compatible with 3. What I really need to know is two things (1) how to
set up a graphic window and (2)how to plot a pixel. Basically that's all
a "graphi