igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] install python igraph on mac osx 10.6


From: Ashwin Kumar
Subject: Re: [igraph] install python igraph on mac osx 10.6
Date: Mon, 4 Oct 2010 20:24:43 +0530



On 4 October 2010 20:05, Martin Hobelsberger <address@hidden> wrote:

After getting the latest branch from the launchpad repository and installing it i get the following message:

Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55)
[GCC 4.0.1 (Apple Inc. build 5493)] 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 "igraph/__init__.py", line 30, in <module>
   from igraph.core import *
ImportError: No module named core


Martin, 

It's been reported before http://lists.nongnu.org/archive/html/igraph-help/2010-07/msg00090.html

Actually, even I had the same problem on Linux *sheepish grin*. 

You need add the core files (C libs) into the LD_LIBRARY_PATH, if you have placed it in a non-standard location i.e. not /usr/local/lib

~ashwin 


reply via email to

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