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
HeyDid this bug get logged? The Mono folk seem interested in this project, so we should take them up on their offer of help.I'm willing to do a little testing and bug logging if it would help. Let me know!Cheers!/\/\ike On May 18, 2005, at 11:07 PM, Keith J. Farmer wrote: Just FYI: C:\>MonoPy C:\
Not by me.. Perhaps Miguel did?
NB: the first item seemed to be a security issue related to saving
snippets.dll. The second item (the import bug) would be the one to verify.
From: [EMAIL PROTECTED] on behalf of Michael Taylor
Sent: Wed 5/25/2005 1:20 PM
Did
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.
Logged at Ximian as bug 75048. Looks like the 2.0 Dictionary implementation in mono isn't complete yet.Cheers!/\/\ike TaylorOn May 19, 2005, at 7:30 AM, Zoltan Varga wrote: Hi, I you run IronPython on mono, things don't seem to work, and youthink it is du
On 5/10/05, Jim Hugunin <[EMAIL PROTECTED]> wrote:
> >>> apt[0] = pt
> What do we do here? We need to copy the data in pt into apt[0]. This
> is what it means to have an array of structs. No matter what we do with
> proxies or wrappers there's no way out of this copy. We could add some
> kind o