22 Feb
2016
22 Feb
'16
5:47 p.m.
On 22.02.2016 18:42, cpblpublic+nabble@gmail.com wrote:
Then graph-tool.all imports just fine.
I can't remember whether I have chosen my backend for a reason, but I can try using what you suggest.
However, this is still undesirable behavior, is it not?
Yes, but it is not graph-tool's fault. What is happening is probably that the Qt backend is using GTK version 2 to do the drawing, and GTK 2 and 3 (which is used in graph-tool) are incompatible; they cannot be loaded simultaneously in the same program. An alternative fix is for you to configure Qt to use a "native" theme that does not use GTK at all. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>