[IronPython] raw_input

senthilkumar senthilkumar.chockalingam at kla-tencor.com
Mon Oct 4 13:32:43 CEST 2004


a = raw_input("Enter the value to the variable")

When executed the below error is thrown

>>> a = raw_input("Enter the value to the variable")
IronPython.Objects.PythonNameError: name 'raw_input' is not defined
   at IronPython.Objects.Frame.GetGlobal(String name) in
F:\IronPython-0.6\IronP
ython\Objects\Frame.cs:line 57
   at input_0.Run(Frame frame)
   at IronPythonConsole.IronPython.DoInteractive() in
f:\ironpython-0.6\ironpyth
onconsole\ironpython.cs:line 189
>>>

Any suggestion

Thanks and regards
Senthil Kumar




More information about the Ironpython-users mailing list