davi_souza Posted December 2, 2011 Report Share Posted December 2, 2011 Não consigo executar arquivo GUI feito em glade, gera o seguinte erro:(relogio.py:17712): libglade-WARNING **: Expected <glade-interface>. Got <interface>.(relogio.py:17712): libglade-WARNING **: did not finish in PARSER_FINISH stateTraceback (most recent call last): File "relogio.py", line 78, in <module> relogio = Relogio() File "relogio.py", line 22, in __init__ self.tree = gtk.glade.XML('relogio.glade', 'main')RuntimeError: could not create GladeXML objectTenho lbglade2 gtk2 instalados. Quote Link to comment Share on other sites More sharing options...
Question
davi_souza
Não consigo executar arquivo GUI feito em glade, gera o seguinte erro:
(relogio.py:17712): libglade-WARNING **: Expected <glade-interface>. Got <interface>.
(relogio.py:17712): libglade-WARNING **: did not finish in PARSER_FINISH state
Traceback (most recent call last):
File "relogio.py", line 78, in <module>
relogio = Relogio()
File "relogio.py", line 22, in __init__
self.tree = gtk.glade.XML('relogio.glade', 'main')
RuntimeError: could not create GladeXML object
Tenho lbglade2 gtk2 instalados.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.