Re: [Tutor] Executing Python from TCL

2010-08-12 Thread Karim
Thanks Alan, For clarify that. The speed is not an issue people just need config files generated from xml to feed EDA simulations and validations tools. Karim On 08/12/2010 09:39 AM, Alan Gauld wrote: "Karim" wrote Anyway, you're right I found what I needed at: http://sourceforge.net/pro

Re: [Tutor] Executing Python from TCL

2010-08-12 Thread Alan Gauld
"Karim" wrote Anyway, you're right I found what I needed at: http://sourceforge.net/projects/elmer/files/elmer/elmer1.1.5/elmer1.1.5.tar.gz/download This is the open source Elmer distribution. OK, glad you found something and I'm sure it will be worth a try. But I'm pretty sure it will hav

Re: [Tutor] Executing Python from TCL

2010-08-11 Thread Karim
Hello Alan, I want to take benefit of xml.etree.ElementTree and xml.etree.CElementTree, which are very good and do most of the job for me (create automatically database with lists and dictionary for me). My point is to do a same API used by team developing with Python and another team develop

Re: [Tutor] Executing Python from TCL

2010-08-11 Thread Alan Gauld
"Karim" wrote I want to know if there are modules or whatever to execute python functions inside TCL. Not that I know of, unless Google tells you something different. You can of course call Python programs from Tcl and vice-versa. If you use the Java versions of both you might succeed. O