|
From: Jayson S B. <js...@ci...> - 2001-02-12 07:33:54
|
Here is a crude python program for example purposes: for each i in <some list> print i with that, will a straight PythonInterpreter.exec(line) by a good enough shell interpreter for doing on the fly python interpreting? Or is there more higher level stuff to be done? Jay |