how to install pygame package?
Daniel Nogradi
nogradi at gmail.com
Sat Jul 14 05:08:40 EDT 2007
> There seems to be some problem. For the tar version, initial steps
> execute OK, but after typing:
> [root at localhost pygame-1.7.1release]# ./configure
> bash: ./configure: No such file or directory
>
> So i don't hav a configure file? What should i do now?
Sorry, instead of ./configure do this:
python setup.py install
It's a python package after all :)
But first I would recommend reading http://pygame.org/install.html
More information about the Python-list
mailing list