Fabrice Popineau <fabrice.popineau <at> gmail.com> writes: > ... I may have a problem here. I don't know yet. > I have exported all symbols by > default in all *.pyd modules. Currently, I can't yet > import all from graph_tool > because of a bug in pycairo. Slowly progressing.
So after fixing pycairo, I tried the small example "Building a price network" from the quickstart doc. Everything runs well till the point the price.xml.gz file is saved. It segfaults afterwards in the stats module at this line # # Let's plot its in-degree distribution in_hist = vertex_hist(g, "in") I must add that I have used the git version of graph_tool. I hope it is stable enough. Fabrice _______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
