I\'m trying to build scipy and I get a RuntimeError:
$sudo python setup.py build Processing scipy/cluster/_vq_rewrite.pyx Traceback (most recent call last):
Python setuptools solved the problem.
http://docs.cython.org/src/quickstart/install.html easy_install cython or pip install cython
easy_install cython
pip install cython