Read from .glade

2006-09-06 Thread ralfbrand50
Hello, I've got the following problem: I've got a Userinterface that is made in Glade, so i've got a .glade file. What I want is to get the id's of every widget from the class GtkEntry from a given window. The glade file is like ?xml version=1.0 standalone=no? !--*- mode: xml -*-- !DOCTYPE

From xml data to python code to run

2006-08-30 Thread ralfbrand50
Hello, I've got the following question: Is it possible to run data that's from an xml file as python code, by this I mean the following. In a xml file there's the following data code![CDATA[self.wTree.signal_autoconnect(dic)]]/code Now I want to extract the self.wTree.signal_autoconnect(dic)*