Thomas- thanks for your comment. Yes, you are right about the png thing. I noticed it - actually that's what made me notice I had 2 versions. So can I just uninstall the pip pygame version and python will just take the other (from conda) version automatically? Or do I need to do some link manually for that after the removal?
Thanks, Jeff Sent from my iPhone > On 28 Oct 2016, at 11:42, Thomas Kluyver <tak...@gmail.com> wrote: > >> On 28 October 2016 at 02:42, Jeffrey Danowitz <danow...@bezeqint.net> 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