: How can I do graphics programming in Python.
: Is there any setup to download.
: I tried the command:
: import image
: But it gives the error
It throws an exception because there isn't any module named "image" to import. What exactly are you trying to do?
infidel