Quickly Warning

Posted by bradjones on Ask Ubuntu See other posts from Ask Ubuntu or by bradjones
Published on 2012-09-28T17:22:15Z Indexed on 2012/11/11 11:28 UTC
Read the original article Hit count: 176

Every time I run my application I receive these warning errors can anyone tell me what is causing them?

$ quickly run
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning:
       g_object_set_property: construct property "type" for object `Window' 
       can't be set after construction
Gtk.Window.__init__(self, type=type, **kwds)
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning:
       g_object_set_property: construct property "type" for object `AppWindow' 
       can't be set after construction
Gtk.Window.__init__(self, type=type, **kwds)

© Ask Ubuntu or respective owner

Related posts about application-development

Related posts about python