[Tutor] Installing graphics module on python 2.7
Steven D'Aprano
steve at pearwood.info
Fri May 18 09:03:35 CEST 2012
Emeka wrote:
> Hello All,
>
> I would like to install graphics.
> So that I can do this:
> import graphics
>
> Please help me. I tried "pip install graphics" nothing came out of it.
Is this for the John Zelle book "Python Programming: An Introduction to
Computer Science"? If so, did you follow the instructions in the book?
Did you try googling for "import graphics python"?
https://duckduckgo.com/html/?q=python%20import%20graphics
It comes up with plenty of information about the graphics module from Zelle's
book. Since it is not a standard Python module, you have to install it from
Zelle's website.
If you mean some other "graphics" module, you will have to explain in more
detail what it is and where you expect to find it.
--
Steven
More information about the Tutor
mailing list