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: Chris Wj
Subject: Re: [igraph] shortest path between two vertices
Date: Tue, 3 Feb 2009 18:51:19 -0500

My compilation process installing igraph libraries and igraph python modules:

cd igraph
autoreconf
./configure
make && sudo make install
cd igraph/interfaces/python
sudo python setup.py install

-Chris

On Tue, Feb 3, 2009 at 5:40 PM, Rajarshi Guha <address@hidden> wrote:


On Mon, Feb 2, 2009 at 9:53 PM, Chris Wj <address@hidden> wrote:
Hmm, I'm using development main branch 0.6 and this worked for me:
print g.shortest_paths( source=[0], target=[1], weights=None, mode=igraph.ALL) 

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?



--
Rajarshi Guha

_______________________________________________
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]