Greetings!
I am in need of some techincal assistance. My problem is as follows:
In my Programming class, we are starting to use the graphics package in Python. We are using a module called graphics.py
In order to use this module, we have to save it to the desktop and import it in our program (i.e., from graphics import *). However, this only works on the computers at school; when I attempt to import the graphics module on my personal computer, an error message appears stating that the graphics module cannot be found.
When asked, my Prof. stated that I need to place it some place that Python can find it. Needless-to-say, it's not working.
Can anybody who is more savvy with Python tell me how to do this? I am at a lose and about to pull my hair out.
Thank you.