Re: [Tutor] window graphics

2009-07-03 Thread David H. Burns
Thanks, I had forgotten the case sensitivity. David ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] window graphics

2009-07-03 Thread David H. Burns
Thanks. I had forgotten the case sensitivity. David ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] window graphics

2009-07-03 Thread David H. Burns
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. ___

[Tutor] window graphics

2009-07-02 Thread David H. Burns
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