Instalación de MySQL-Python - No se pudo construir el huevo

Estoy tratando de configurar Python MySQL. Estoy trabajando a través del siguiente tutorial:

http://anthonyscherba.com/site/blog/django-mysql-install-mac

Estoy bien hasta el set 5. Cuando corro

$ python setup.py clean

y yo recibo a cambio

 /Users/msmith/Downloads/MySQL-python-1.2.4b4/distribute-0.6.28-py2.7.egg
 Traceback (most recent call last):
 File "setup.py", line 7, in <module>
    use_setuptools()
  File "/Users/msmith/Downloads/MySQL-python-1.2.4b4/distribute_setup.py", line 145, in use_setuptools
    return _do_download(version, download_base, to_dir, download_delay)
  File "/Users/msmith/Downloads/MySQL-python-1.2.4b4/distribute_setup.py", line 125, in _do_download
    _build_egg(egg, tarball, to_dir)
  File "/Users/msmith/Downloads/MySQL-python-1.2.4b4/distribute_setup.py", line 116, in _build_egg
    raise IOError('Could not build the egg.')
IOError: Could not build the egg.

Respuestas a la pregunta(4)

Su respuesta a la pregunta