Using Pygame with Python
Mike Driscoll
kyosohma at gmail.com
Mon May 11 16:06:49 EDT 2009
On May 11, 2:54 pm, cripplem... at gmail.com wrote:
> Hi. I would just like to know which of the versions of python and
> pygame would be best to download for use together. I am a windows xp
> user.
Look at the pygame website to see what the newest version of Python it
supports and go with that unless there are known issues listed. If you
plan to make an executable of the game, then I recommend Python 2.5
since there are some known issues with 2.6 (don't know if that's true
for 3.0 or not, but it's probable).
- Mike
More information about the Python-list
mailing list