Games Made w/ Python
Pete Shinners
pete at shinners.org
Thu Dec 13 20:54:22 EST 2001
More information about the Python-list mailing list
Thu Dec 13 20:54:22 EST 2001
- Previous message (by thread): Games Made w/ Python
- Next message (by thread): Games Made w/ Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
nobody at nowhere wrote: > Thanks for all of the great replies. > I downloaded Python & SDL . > Will Pygame still work with Python 2.2? > And which files do I download? > There's so many of 'em! pygame works with python2.2. there isn't an official binary package for it yet, but i've put together a quick zip file you can install that should work with 2.2. (for windows) http://www.pygame.org/ftp/contrib/pygame-1.2.1-win32-py2.2.zip unzip to your C:\PYTHON22 folder and you should be ready to go. this zip comes with SDL and all the pygame dependencies. you may also want to grab the windows-ed version of the docs and examples, which makes it easy to play with on the start menu. http://www.pygame.org/ftp/pygame-docs-1.2.exe if you have any more questions, feel free to email me direct.
- Previous message (by thread): Games Made w/ Python
- Next message (by thread): Games Made w/ Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list