Por qué recibo el error: el comando 'llvm-gcc-4.2' falló con el estado de salida 1

Estoy configurando os X 10.7.

Estoy usando la instalación predeterminada de Python:
/ Library / Frameworks / Python.framework / Versions / 2.7 / lib / python2.7 /

Uso un administrador de paquetes basado en Python llamado easy_install. Parece que Easy_install no puede encontrar el compilador.

EDIT: cuando intenté instalar MySQL-python recibí este error:

$ sudo easy_install MySQL-python 
Password:
Searching for MySQL-python
Reading http://pypi.python.org/simple/MySQL-python/
Reading http://sourceforge.net/projects/mysql-python/
Reading http://sourceforge.net/projects/mysql-python
Best match: MySQL-python 1.2.3
Downloading http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz
Processing MySQL-python-1.2.3.tar.gz
Running MySQL-python-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-P9H9WX/MySQL-python-1.2.3/egg-dist-tmp-rRTfZL
warning: no files found matching 'MANIFEST'
warning: no files found matching 'ChangeLog'
warning: no files found matching 'GPL'
unable to execute llvm-gcc-4.2: No such file or directory
error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1

error: el script de configuración salió con error: el comando 'llvm-gcc-4.2' falló con el estado de salida 1

Xcode 4.1 usó GCC, pero con Xcode 4.2 parece haber cambiado.

¿Qué compilador quiere Apple que usemos? ¿Cómo configuro la configuración para poder compilar OSS?

Respuestas a la pregunta(12)

Su respuesta a la pregunta