Después de instalar brew install pygame
yo mismo, escupió 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 aparentemente significa "instalamos esto, pero tu python no podrá usarlo"
La rareza aquí parece ser que si haces brew install pygame
no instala python, solo pygame (¿para que dependencias usen?)
Entonces, o sigue esas instrucciones (como están impresas en tu pantalla), entonces funciona, o haz brew install python
y usa ese python (/ usr / local / bin / python en lugar de /usr/bin/python). p>