I just created "jotty" the tutorial application using quickly. It works fine, but I get the following warnings:
$ 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)
I am running ubuntu 12.04 . Thanks in advance for your help