[Tutor] help with running graphics program

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Thu Sep 29 01:54:02 CEST 2005



On Wed, 28 Sep 2005 Goofball223 at wmconnect.com 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.



More information about the Tutor mailing list