"Ernesto" wrote: > Thanks. Can anyone provide an example of using *subprocess* to run > helloWorld.C through the python interpreter.
compile helloWorld, and run:
import subprocess
subprocess.call("helloWorld")
(any special reason why you couldn't figure this out yourself, given the
example provided by gsteff ?)
</F>
--
http://mail.python.org/mailman/listinfo/python-list
