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.16Copyright (c) Microsoft Corporation. All rights
reserved.>>> a = 4>>> a *
"Test"'TestTestTestTest'>>>
The gui example
fails, with an Null
Bloody mis-sends.
Batch file is:
@ECHO OFFSETLOCALmono
"%IRONPYTHON_HOME%\IronPythonConsole.exe" %*ENDLOCAL
--
Keith J. Farmer
[EMAIL PROTECTED]
http://www.thuban.org
From: Keith J. Farmer Sent: Friday,
April 08, 2005 10:26 PM
I'm not sure how
complete it is, but I got 0.7.
(Of course everyone realizes I'm just trying to avoid
installing 2.0 on my newly-installed system.. At least until Beta2's
release.)
The following fails under Mono with a missing
CreateDelegate method. So close, yet so far...
import sys
sys.LoadAssemblyByName("System.Windows.Forms")
I'm having too much fun...
Generics seem to have problems, too. Given Python's
popularity, perhaps someone at Ximian can take this as something to
target.
>>> from System.Collections.Generic import
*>>> l = List[str]()>>> l.Add(0)System.Exception:
bad args to this method in <0x00074>
I