[IronPython] Implicit line joining error of PythonEngine

HEMMI, Shigeru textdirected at gmail.com
Sun Jun 10 04:40:28 PDT 2007


Hello all,

I am using IronPython 1.1
I encounterd an error in implicit  line joining of PythonEngine.
The source is

lines = ['x = [1,2,3,',  '4]']
from IronPython.Hosting import PythonEngine
engine = PythonEngine()
for line in lines:
    engine.Execute(line)


Thanks.


More information about the users mailing list