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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to