On Thu, Sep 29, 2011 at 4:20 PM, Jake b <ninmonk...@gmail.com> wrote:
> I don't think its true anymore, AFAIK you should go with python2.7 for > pygame. > There is a python 2.7 download on the mailing list. > > Outside of pygame, 2.7.x is what you want to go with, since wiht 3.x series > doesn't have as many libraries precompiled, or working. I'm on Py2.6 right now, and haven't seen much reason to change. Py2.5 is the only Python that supports all the libraries I want (Psyco doesn't run on 2.6 or higher). But yes, 2.6 or 2.7 are good choices. Ian