igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Problem importing igraph in Python 2.5 (Mac OS 10.6) Cannot rec


From: Michael Chary
Subject: [igraph] Problem importing igraph in Python 2.5 (Mac OS 10.6) Cannot recognize _igraph_vector_destroy
Date: Thu, 29 Sep 2011 09:09:23 -0400

Hi All,


I'm trying to install igraph to visualize networks of neurons. I was able to install igraph with Python 2.5 on Mac OX 10.6.  Now, I have another problem, I can't import igraph.


  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/igraph/__init__.py", line 
30, in <module>
from igraph.core import *
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-  packages/igraph/core.so, 2): Symbol not found: _igraph_vector_destroy
Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/igraph/core.so
Expected in: dynamic lookup

Any ideas on what to do?
Thanks very much, 
Mike

reply via email to

[Prev in Thread] Current Thread [Next in Thread]