[IronPython] raw_input
Richard Torkar
richard.torkar at htu.se
Mon Oct 4 13:40:30 CEST 2004
On Mon, 2004-10-04 at 17:02 +0530, senthilkumar wrote:
> 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
> >>>
I've noticed this too. I believe that this error is due to the fact that
several pieces are not implemented yet. The raw_input method is one such
thing! :)
/Richard
More information about the Ironpython-users
mailing list