Il mio sistema è anche OSX10.9.2, e ho anche incontrato il tuo problema, e ci sono ancora alcuni tentativi; Forse questo sarà di aiuto per voi:
ci sono alcuni step:
1.Install [Quartz](https://xquartz.macosforge.org/landing/);
2.Install Xcode-Command-Line,
but you may cant install it by `xcode-select --install`,
so you can down from
https://developer.apple.com/downloads/index.action ;
I suggest you setup xcode,and this really solute my some problem;
3.`brew tap homebrew/headonly`
`brew install smpeg --HEAD`
`brew install sdl sdl_image sdl_mixer sdl_ttf portmidi`
4. `sudo pip install hg+http://bitbucket.org/pygame/pygame`;
if you clone this repo and try `python setup.py install`,you may meet some weird problem;
ho provo installare kivy che è basso sul Pygame e cerco un sacco di volte, ma solo il successo installare pygame una sola volta. poi disinstalla e anche non posso installarlo; (
alcuni si riferiscono:
http://jamesfriend.com.au/installing-pygame-python-mac-os-108-mountain-lion http://juliaelman.com/blog/2013/04/02/installing-pygame-on-osx-mountain-lion/
======= update
Ora ho installato pygmae sucess, ricorda che dovresti installare xcode, non solo xcode-command-line!
questo potrebbe aiutare ..https: //groups.google.com/forum/#! topic/pyg ame-mirror-on-google-groups/FLNCI3-cOFQ – Arvind
ottenere il seguente errore dopo l'esecuzione del comando brew come suggerito src/pygame.h: 106: 10: errore irreversibile: file 'SDL.h' non trovato #include ^ 1 errore generato. errore: lo script di installazione è terminato con errore: comando 'gcc' non riuscito con stato di uscita 1 –
J4cK