Just FYI:
C:\>MonoPy
C:\>mono "C:\Program Files\IronPython-0.7.5\bin\IronPythonConsole.exe"
** (C:\Program
Files\IronPython-0.7.5\bin\IronPythonConsole.exe:616):
WARNING **: Missing method TryGetValue in assembly C:\Program
Files\IronPython-0.7.5\bin\IronPython.dll, type IDictionary`2
IronPython 0.7.5 on .NET 2.0.50215.16
Copyright (c) Microsoft Corporation. All rights reserved.
^Z
Unhandled Exception: System.NullReferenceException: Object reference not set
to an instance of an object
in <0x00000> <unknown method>
in <0x0000b> IronPython.Objects.Dict:items ()
in <0x00028>
IronPython.Objects.ReflectedMethodBase:DumpReflectedCalls
()
in <0x0000a> IronPython.Hosting.PythonEngine:DumpDebugInfo
()
in <0x00072>
IronPythonConsole.PythonCommandLine:RunInteractive
(IronPython.Hosting.PythonEngine engine)
in <0x000a5> IronPythonConsole.PythonCommandLine:Main
(System.String[] rawArgs)
C:\>
… and …
from System.Collections.Generic import *
** (C:\Program
Files\IronPython-0.7.5\bin\IronPythonConsole.exe:3124):
WARNING **: Missing method TryGetValue in assembly C:\Program
Files\IronPython-0.7.5\bin\IronPython.dll, type IDictionary`2
System.NullReferenceException: Object reference not set to an instance of an
object
in <0x00000> <unknown method>
in <0x0001c> IronPython.Objects.Importer:Import
(IronPython.Objects.PythonModule mod, System.String fullName,
IronPython.Objects.List from)
in <0x00082> IronPython.Objects.Ops:ImportStar
(IronPython.Objects.PythonModule mod, System.String fullName)
in <0x00031> input_0:Run (IronPython.Objects.Frame frame)
in <0x0025a>
IronPython.Hosting.PythonEngine:DoOneInteractive
(IronPython.Objects.Frame topFrame)
in <0x0004c> IronPython.Hosting.PythonEngine:RunInteractive
()
_______________________________________________
users-ironpython.com mailing list