igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] shortest path between two vertices


From: Tamas Nepusz
Subject: Re: [igraph] shortest path between two vertices
Date: Tue, 3 Feb 2009 22:50:44 +0000

Hmm, I tried compiling the latest version from the repository but after installing the Python interface the above call doesn't work. How did you compile the Python bindings?
It might happen that Python still loads the old version (if you have that lying around somewhere). You can check the version that's loaded by:

>>> import igraph
>>> print igraph.__version__

It should read "0.6".
Also note that we have recently moved our dev tree from the previous Arch repository to Launchpad using Bazaar, see https://launchpad.net/igraph . If you need the latest dev tree, "bzr branch lp:igraph" should do the trick.

--
T.





reply via email to

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