On 02.03.2016 16:30, P-M wrote:
I presume this bug is still in existence? When trying to run for path in all_shortest_paths(g,source,target): print path
I receive: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/graph_tool/topology/__init__.py", line 1532, in all_shortest_paths _prop("v", g, all_preds_map)) RuntimeError: This functionality is not available because boost::coroutine was not found at compile-time
(c.f.: http://stackoverflow.com/questions/35749561/graph-tool-k-shortest-path-boost... )
This is a bug in Debian, not in graph-tool. It has already been reported and fixed: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802509 Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>