[IronPython] Running on Mono

Keith J. Farmer kfarmer at thuban.org
Sat Apr 9 07:26:17 CEST 2005


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'
>>>
 
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
kfarmer at thuban.org
http://www.thuban.org
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050408/f670312c/attachment.html>


More information about the Ironpython-users mailing list