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)* from the xml file and make it possible that Python runs this, instead of having a python file were with the hardcoded self.wTre.. in it. *this could my any sort of data, single or multiple lines, even whole def's Kind regards, Ralf Brand the Netherlands -- http://mail.python.org/mailman/listinfo/python-list