networkdynamics / zenlib

The Zero Effort Network Library for Python
http://zen.networkdynamics.org
Other
67 stars 25 forks source link

Zen does not run on python2.6 on linux #4

Closed mmisiewicz closed 12 years ago

mmisiewicz commented 12 years ago

Compiles ok, but when importing main module, the following error is produced:


>>> import zen
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/2010/mmisie/.local/lib/python2.6/site-packages/zen/__init__.py", line 46, in <module>
    from properties import *
  File "properties.pyx", line 1, in init zen.properties (zen/properties.c:7667)
  File "fiboheap.pxd", line 6, in init zen.shortest_path (zen/shortest_path.c:12941)
ImportError: /home/2010/mmisie/.local/lib/python2.6/site-packages/zen/util/fiboheap.so: undefined symbol: PyCapsule_New
druths commented 12 years ago

Zen is only supported on 2.7 and higher. I've added this detail to the Downloads page on the website.