Admin message

Please use the issue tracker only to report bugs (i.e. errors in the library that need to be fixed) or feature requests.

Please check if the current git version also has the same problem. An easy way to do this is to use google colab!

For questions about how to compile, install or use the library, please use instead the web forum at https://forum.skewed.de/c/graph-tool.


(If unsure, use the forum first.)


IMPORTANT: When opening new issues, please fill out the required information listed in the issue template!

Conflict with matplotlib?

Python Version 2.7.3. Importing in this order, everything is fine:

->>> import matplotlib.pyplot as plt

->>> import graph_tool.draw as gtd

But in other order, bad stuff happens

->>> import graph_tool.draw as gtd

/usr/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed import gobject._gobject ->>> import matplotlib.pyplot as plt

/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py:40: Warning: specified class size for type PyGtkGenericCellRenderer' is smaller than the parent type's GtkCellRenderer' class size from gtk import _gtk /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed from gtk import _gtk Segmentation fault

Assignee Loading
Time tracking Loading