On 22.02.2016 18:42, [email protected] 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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
