Re: From xml data to python code to run

2006-08-30 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > 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 > > > > Now I want to extract the self.wTree.signal_autoconnect(dic)* from the > xml file and make it possible that Python run

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 Now I want to extract the self.wTree.signal_autoconnect(dic)* from the xml file and make it possible that Python ru