igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] python-igraph OSX Lion install errors


From: Bedartha Goswami
Subject: Re: [igraph] python-igraph OSX Lion install errors
Date: Fri, 04 Nov 2011 17:11:34 +0100

Hi,
Are you standing in the same folder where you built the Python interface by
any chance? If so, change to a different folder where there is no "igraph"
subfolder and try importing from there.

I changed to my Documents folder (which does not have any subfolder called "graph"):
~ bedartha$ cd Documents/
Documents bedartha$ python
Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import igraph
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packag
es/igraph/__init__.py", line 30, in <module>
   from igraph.core import *
ImportError: dynamic module does not define init function (initcore)
^D
Documents bedartha$
Regards,
Bedartha



reply via email to

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