From: Chad A. <ae...@ae...> - 2002-03-11 15:36:50
|
Yeah. Install PyGame. :) http://www.pygame.org/ > I get this output: > > Traceback (most recent call last): > File "move.py", line 2, in ? > import pygame # bring in the pygame module > ImportError: No module named pygame > > when I run > > python2 move.py > > under linux... > (I got an error on -= when I ran "python move.py") > > any ideas? |