[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Errors testing pygame 1.6.2



where did you install pygame?
it should be in your Lib\site-packages\pygame directory.

On 6/7/05, Pierre <pierre42d@xxxxxxxxxx> wrote:
> # make tests
> python run_tests.py
> loading base_test
> Traceback (most recent call last):
>    File "run_tests.py", line 19, in ?
>      __import__( module )
>    File "test/base_test.py", line 2, in ?
>      import unittest, pygame
> ImportError: No module named pygame
> make: *** [tests] Error 1
> 
>