Package: python-gtkmvc
Version: 0.9.2-1
Severity: minor
when I tried to launch example.py (located in
/usr/share/doc/python-gtkmvc/examples), I get the following error:
(example.py:5164): libglade-WARNING **: could not find glade file
'./glade/example.glade'
Traceback (most recent call last):
File "example.py", line 37, in ?
main()
File "example.py", line 30, in main
view = ExampleView(ctrl)
File "/usr/share/doc/python-gtkmvc/examples/ex_view.py", line 16, in __init__
View.__init__(self, controller, GLADE, "window1")
File "/usr/lib/python2.3/site-packages/gtkmvc/view.py", line 51, in __init__
self.xmlWidgets.append(gtk.glade.XML(glade_filename, wids[i]))
RuntimeError: could not create GladeXML object
In fact, the glade xml-file (located in glade sub-directory) is
example.glade.gz. Putting the uncompressed version makes everything OK.
Jean-Philippe THIERRY