Hey,

I tried to reproduce a plot with graph-tool.

http://ryancompton.net/2014/10/05/graph-tools-visualization-is-pretty-good/

Sadly I wasn't able to do so, because of this error:

AttributeError: 'list' object has no attribute 'get_bstack'

While trying to find a solution, I discovered further Information:

"list.clear() is not in Python 2, only in Python 3. The example runs without problem in Python 3. Anyway, graph-tool is supposed to work on Python 2.7 and above, so this might as well be reported as a bug."

http://stackoverflow.com/questions/22527108/attributeerror-when-trying-to-do-a-block-partition-with-graph-tool

Is there still an opportunity to get this done with Python 2?

Thanks,
Lukas