victormocioiu / scipy-cluster

Automatically exported from code.google.com/p/scipy-cluster
Other
0 stars 0 forks source link

Can you build Windows installer for Python 2.6 & 2.7 #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I can "python setup.py install", but 

>>> import hcluster
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "hcluster\__init__.py", line 1, in <module>
    import hierarchy as _h
  File "hcluster\hierarchy.py", line 198, in <module>
    import _hierarchy_wrap, types
ImportError: No module named _hierarchy_wrap
>>> from hcluster import pdist, linkage, dendrogram
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "hcluster\__init__.py", line 1, in <module>
    import hierarchy as _h
  File "hcluster\hierarchy.py", line 198, in <module>
    import _hierarchy_wrap, types
ImportError: No module named _hierarchy_wrap

Original issue reported on code.google.com by halleyk...@gmail.com on 19 Jan 2013 at 7:57

GoogleCodeExporter commented 8 years ago
Is your `PYTHONPATH` set properly?

Original comment by damian.e...@gmail.com on 9 Feb 2013 at 7:19