I\'m having a strange problem while trying to install the Python library zenlib, using its setup.py file. When I run the setup.py file
zenlib
setup.py
Just install Cython from http://cython.org/#download and install it using this command
sudo python setup.py install
Then run the command
sudo python -c 'import Cython.Distutils'
and it will be installed and the error message will disappear.