FYI, Installing Mono 1.1.7 from the downloads page onto OS X 10.4.1 I
get the following:
dsl092-168-155:~/Desktop/IronPython-0.7.5/bin eikeon$ mono
IronPythonConsole.exe
** (IronPythonConsole.exe:2970): WARNING **: Missing method
TryGetValue in assembly /Users/eikeon/Desktop/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.
>>> print "Hello"
** (IronPythonConsole.exe:2970): WARNING **: Missing method
TryGetValue in assembly /Users/eikeon/Desktop/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 <0x00038> IronPython.Objects.ReflectedType:TryGetAttr
(System.Object self, System.String name, System.Object ret)
in <0x00034> IronPython.Objects.ReflectedType:TryGetAttr
(System.Object self, System.String name, System.Object ret)
in <0x00058> IronPython.Objects.DynamicType:GetAttr (System.Object
self, System.String name)
in <0x00200> IronPython.Objects.Ops:GetAttr (System.Object o,
System.String name)
in <0x00020> IronPython.Objects.Ops:CheckSoftspace (System.Object f)
in <0x00018> IronPython.Objects.Ops:WriteSoftspace (System.Object f)
in <0x00024> IronPython.Objects.Ops:PrintWithDestNoNewline
(System.Object dest, System.Object o)
in <0x0001c> IronPython.Objects.Ops:PrintWithDest (System.Object
dest, System.Object o)
in <0x00020> IronPython.Objects.Ops:Print (System.Object o)
in <0x00048> input_0:Run (IronPython.Objects.Frame frame)
in <0x0033c> IronPython.Hosting.PythonEngine:DoOneInteractive
(IronPython.Objects.Frame topFrame)
in <0x00064> IronPython.Hosting.PythonEngine:RunInteractive ()
>>>
On May 25, 2005, at 12:56 AM, Miguel de Icaza wrote:
Hello,
IronPython can support Mono?
0.6 works, mono hasn't implemented enough of .NET 2.0 for 0.7 to work
Mono 1.1.7 has implemented the missing bits to run 0.7, you can
download
Mono 1.1.7 from:
www.mono-project.com/Downloads
I have not tried later versions, but we welcome bug reports.
Miguel.
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com