Después de instalar brew install pygame
a mí, escupir este mensaje:
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/pygame/1.9.2a0 --single-version-externally-managed --record=installed.txt
==> Caveats
Python modules have been installed and Homebrew's site-packages is not
in your Python sys.path, so you will not be able to import the modules
this formula installed. If you plan to develop with these modules,
please run:
mkdir -p /Users/packrd/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/packrd/Library/Python/2.7/lib/python/site-packages/homebrew.pth
que al parecer significaba "hemos instalado este, pero su python no será capaz de utilizar"
La rareza aquí parece ser que si no brew install pygame
no instalar python, sólo pygame (para las dependencias a utilizar?)
Así que seguir esas instrucciones (tal como aparece en su pantalla) entonces funciona, ¿o brew install python
y el uso de python en lugar de (/usr/local/bin/python en lugar de /usr/bin/python).