Hi,
mono versions can usually run the latest version of IronPython at the date of
their release, so 1.1.10 can run 0.9.5, 1.1.12 can run 0.9.6 etc.
Zoltan
On 12/20/05, Tim Riley <[EMAIL PROTECTED]> wrote:
> Actually, now I just tested it wi
Actually, now I just tested it will mono-1.1.12 on win32 and it appears to be working. Possibly you need to upgrade your version of mono.C:\IronPython\bin>mono --versionMono JIT compiler version 1.1.12, (C) 2002-2005 Novell, Inc and Contributors. ww
w.mono-project.com TLS: normal
I may be wrong but I was under the impression that the more recent versions of IronPython utilized portions of the .NET 2 framework that have yet to be implemented in mono.Regards,Tim Riley
On 12/19/05, Anand Pillai <[EMAIL PROTECTED]> wrote:
Incidentally, I got the same error with IronPython 0.9.6
Hi,
I have a CPython script to parse specific data files and allow me to
manipulate them, mostly relying on the struct module. IronPython doesn't
seem to have an implementation of this (yet?) so I used PyPy's
implementation and discovered that IronPython's sys module doesn't
define a "byteorde