Hi! I'm starting out with programming by self-studying python with a textbook used at my university. I came to a chapter that introduced object oriented programming with graphics tools like GraphWin and Point. However, even though I downloaded the author's graphics.py file from his website and put it in the same folder as the IDLE interpreter, Python command prompt, and every other python program, I still cannot use the module. Every single time I attempt to use a command like "import graphics" or "from graphics import * " it gives an error that there is no module called 'graphics.py.
I would like to know how to fix this issue so that I can access the graphics module. Thank you! -Cyrus Parvereshi _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor