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,
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