You might want to try asking matplotlib to use another backend : (ex qt4)
import matplotlib
matplotlib.use('QT4Agg')
or, as graph_tool uses gtk3 if I remember correctly, you try to force
the import of gtk, see if it helps... (maybe you have two versions of
gtk that generate conflicts)
Good luck.
--
Tanguy Fardet
PhD student in Computational Neurosciences
MSC Lab - Paris 7 Diderot
911A
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool