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: Tamas Nepusz
Subject: Re: [igraph] python-igraph OSX Lion install errors
Date: Fri, 04 Nov 2011 17:31:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

Hi,

Can you please go to
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/igraph,
run the following commands and send me the output:

$ file core.so
$ nm core.so | grep initcore.so

-- 
T.

On 11/04/2011 05:11 PM, Bedartha Goswami wrote:
> 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
> 
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
> 



reply via email to

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