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

Re: [pygame] Pygame with Sierra



On 28 October 2016 at 02:42, Jeffrey Danowitz <danowitz@xxxxxxxxxxxx> wrote:
Anyway, when I actually do pygame.version.ver I get 1.9.2b6 - the one from pip, and this is from the anaconda python. So apparently the newer version was linked.

The version from pip seems to have some issues with png loading:
https://bitbucket.org/pygame/pygame/issues/300/os-x-wheels-dmg-and-zip-builds-with-travis

So you may want to use the conda version for now, even if it's a bit older.

Thomas