igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Igraph python install problem


From: Tamas Nepusz
Subject: Re: [igraph] Igraph python install problem
Date: Wed, 3 Sep 2008 12:22:12 +0100

Hmmm... interesting. Have you also tried creating symbolic links to libigraph.so* from /usr/lib?

--
Tamas

On 2008.09.03., at 11:36, Chubb, Daniel wrote:

Thanks. I've tried both and now get:

import igraph
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
File "build/lib.linux-x86_64-2.5/igraph/__init__.py", line 30, in <module> File "build/bdist.linux-x86_64/egg/igraph/core.py", line 7, in <module> File "build/bdist.linux-x86_64/egg/igraph/core.py", line 6, in __bootstrap__ ImportError: /bmm/home/dc101/.python-eggs/python_igraph-0.5.1-py2.5- linux-x86_64.egg-tmp/igraph/core.so: undefined symbol: igraph_vector_destroy


So something is still not right.


-----Original Message-----
From: address@hidden on behalf of Tamas Nepusz
Sent: Wed 03/09/2008 11:18
To: Help for igraph users
Subject: Re: [igraph] Igraph python install problem

Thanks for the help. I've tried what you sugested and I am getting
the same error. Maybe I am not setting the correct directory.
Have you tried the following?

export LD_LIBRARY_PATH=/home/your-username/igraph/lib
python
import igraph

Or if it does not help, then:

LD_LIBRARY_PATH=/home/your-username/igraph/lib python
import igraph

Or how about symlinking libigraph.so* to /usr/lib?

--
Tamas



_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help

<winmail.dat>_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help





reply via email to

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