I'm not sure how
complete it is, but I got 0.7.1 to run under Mono 1.1.4 for Win32, without
making any changes.
IronPython 0.7.1 on
.NET 2.0.40607.16
Copyright (c) Microsoft Corporation. All rights reserved.
>>> a = 4
>>> a * "Test"
'TestTestTestTest'
>>>
Copyright (c) Microsoft Corporation. All rights reserved.
>>> a = 4
>>> a * "Test"
'TestTestTestTest'
>>>
The gui example
fails, with an NullReferenceException shortly after failing to load
System.Drawing.ImageFormatConverter, but that shouldn't necessarily be a
surprise.
I've taken the
liberty of defining both a MONO_HOME and an IRONPYTHON_HOME, and adding
references to each to my PATH variable. A added a small batch file
patterned off mono.bat:
----------
Keith J. Farmer
http://www.thuban.org
_______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com