How to build & install hcluster?
问题 I download hcluster from http://pypi.python.org/pypi/hcluster , then unzip to a folder , then type "python setup.py install" . It seems OK for it shows: Z:\>python setup.py install running install running build running build_py running build_ext building '_hierarchy_wrap' extension error: None But I try to "import hcluster" , it shows: In [2]: import hcluster --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython