ImportError: No module named Cython.Distutils
问题 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, I get an import error, saying ImportError: No module named Cython.Distutils` but I do have such a module, and I can import it on the python command line without any trouble. Why might I be getting this import error? I think that the problem may have to do with the fact that I am using Enthought Python Distribution, which I installed right beforehand, rather