Dopo aver installato brew install pygame
me stesso, sputa questo messaggio:
==> 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
che apparentemente significava "l'abbiamo installato, ma il tuo pitone non sarà in grado di usarlo"
La stranezza qui sembra essere che se fai brew install pygame
non installa python, solo pygame (per le dipendenze da usare?)
Quindi segui queste istruzioni (come stampate sul tuo schermo) quindi funziona, o fai brew install python
e usa invece python (/ usr / local / bin / python invece di /usr/bin/python).