[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame download page still reccomends python 2.5



Or 3

On Thu, Sep 29, 2011 at 6:28 PM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
On Thu, Sep 29, 2011 at 4:20 PM, Jake b <ninmonkeys@xxxxxxxxx> 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