On Wed, 28 Sep 2005 [EMAIL PROTECTED] wrote:
> I downloaded the graphics.py file and have it saved on my computer but > everytime I run the following program I seem to keep getting an error. [some text cut] > Traceback (most recent call last): > File "C:/Python24/circle", line 1, in -toplevel- > from graphics import* > ImportError: No module named graphics What directory did you download 'graphics.py' into? Make sure that it does have a .py suffix, and that it's in the same directory as your 'circle' program. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
