Python Glade could not create GladeXML Object

前端 未结 2 1671
野趣味
野趣味 2020-12-31 06:35

I\'ve created a simple window GUI in Glade 3.6.7 and I am trying to import it into Python. Every time I try to do so I get the following error:

(queryrelevan         


        
2条回答
  •  不思量自难忘°
    2020-12-31 07:29

    I had the same problem Pete mentioned. After the answer that mg gave, what I did is to save the .glade file in a liblgade format instead of GTKBuilder. On the Save As.. dialog box, at the bottom you have the option "File Format" click on "liblglade" and voila!!!!

提交回复
热议问题