Possible Duplicate:
Know any creative ways to interface Python with Tcl?
In python , I need to put some values as input into a TCL script, let it run, then use its outputs. how should I do that?
thanks
Possible Duplicate:
Know any creative ways to interface Python with Tcl?
In python , I need to put some values as input into a TCL script, let it run, then use its outputs. how should I do that?
thanks
You can do it using the subprocess Python module.