On 12/31/2011 01:22 PM, Martella, C. wrote: > Hi Tiago, > > I re-installed boost which is now linked to the correct python and > re-installed CGAL. > > Now, at import I get a segfault: > > In [1]: from graph_tool.all import * > Segmentation fault: 11 > > The only weird thing remaining, i guess, is the libgraph_tool_core.so linked > to the Xcode python, I guess it could be the reason of this. > > Any idea of what's happening?
Yes, this is most likely due to the fact you are linking with two different python libraries... You have to link graph_tool with the correct one as well. Cheers, Tiago -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
