shakira | 2 Jun 2012 01:58
Picon
Favicon

warning when importing graph_tool.all

Hi, all

I install graph tool and when I passed the following command I am having the
above warning message, what is that? I am using ipython

In [1]: from graph_tool.all import *
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0'
failed
  import gobject._gobject

Cheers

Shakira

--
View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/warning-when-importing-graph-tool-all-tp4024710.html
Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
Tiago de Paula Peixoto | 4 Jun 2012 00:45
Picon
Gravatar

Re: warning when importing graph_tool.all

On 06/02/2012 01:58 AM, shakira wrote:
> Hi, all
> 
> I install graph tool and when I passed the following command I am having the
> above warning message, what is that? I am using ipython
> 
> In [1]: from graph_tool.all import *
> /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
> g_boxed_type_register_static: assertion `g_type_from_name (name) == 0'
> failed
>   import gobject._gobject

This is just a harmless warning emitted by the gobject bindings (not
part of graph-tool). You can safely ignore it. However, if it annoys
you, you should submit a bug to the gnome/gtk developers.

Cheers,
Tiago

--

-- 
Tiago de Paula Peixoto <tiago <at> skewed.de>

_______________________________________________
graph-tool mailing list
graph-tool <at> skewed.de
http://lists.skewed.de/mailman/listinfo/graph-tool

Gmane