I am using pygame with python 2.6 right now, but want to use python 3.1.1 instead. Normal pygame only works with 2.x, but disruptive ones work with 3.x, I think. But what about pgreloaded? Is it still useful? Regular pygame actually works with 3.1, but not for os x (at least there is no download). Does anyone really use pgreloaded or subgersion pygames? Anyway, should I use the pygame, pgreloaded subversion or stick to the current pygame? I really don't care about compatibility with other things or distribution.
Thanks!
EDIT: Well, I got rid of python 2.6, installed 3.1, used the svn command to get pygame, tried to run python3 setup.py, didn't work, changed raw_input to setup.py for input (), it worked, now my pygames (which were so simple that they work the same under 2.6 and 3.1) work with python 3.1. :) I did not get pgreloaded because there is no documentation for it.
source
share