[IronPython] sys.stdin
Процышин Дмитрий
foxpdll at comch.ru
Wed Sep 29 07:14:33 PDT 2004
has that
import sys
print "foxpdll was here1"
sys.stdout.write("FoxPDLL was here2\n")
print sys.stdin.readline()
in Python23 worked
but under ironpythonconsole error rised
Unhandled Exception: IronPython.Objects.PythonAttributeError: type object 'IronPython.Modules.sys' has no attribute 'stdin'
at IronPython.Objects.Ops.GetAttr(Object o, String name)
at __main__.init() in E:\prog\IronPython-0.6\test.py:line 4
at IronPythonConsole.IronPython.DoFile(String[] args)
at IronPythonConsole.IronPython.Main(String[] args)
why?
in ironpython.dll hasnt find stdin at all
More information about the users-ironpython.com
mailing list