Hello all,
When I try from igraph import * on Python 3.3, OS X, I get the following error:
>>> from igraph import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.7/site-packages/igraph/__init__.py", line 34, in <module>
from igraph._igraph import *
ImportError: dlopen(/Library/Python/2.7/site-packages/igraph/_igraph.so, 2): Symbol not found: _PyFile_Type
Referenced from: /Library/Python/2.7/site-packages/igraph/_igraph.so
Expected in: flat namespace
in /Library/Python/2.7/site-packages/igraph/_igraph.so
The string _PyFile_Type appears in the igraph.so file on the line:
address@hidden@_PyFloat_TypeÄåˇˇˇˇˇˇˇˇ address@hidden@
...but I can't work out how to find its definition so that igraph can be imported.