On Wed, Jul 1, 2009 at 3:49 PM, David H. Burns<dhbu...@cherokeetel.net> wrote:
> 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
> "graphics package" needs.

Why do you want to plot single pixels? Drawing single pixels directly
to a window is likely to be too slow for any substantive project.

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

Reply via email to