[IronPython] IronPython on Unix issues.

Dino Viehland dinov at exchange.microsoft.com
Mon Aug 13 17:31:45 CEST 2007


Thanks for the report Miguel, we'll get InitializeBuiltins fixed for the next release.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Miguel de Icaza
Sent: Friday, August 10, 2007 3:56 PM
To: Discussion of IronPython
Subject: [IronPython] IronPython on Unix issues.

Hello,

     To get IronPython to run on Unix, it is necessary to swap some code, it seems that the code in SystemState.cs tries to swap some builtins before the builtins are loaded.

     The code is the check for Unix inside InitializeBuiltins (patch is attached for those on Unix).

     Also Sanghyeon pointed out that the Makefile I posted was wrong:

> Sorry, but this Makefile doesn't do resource generation for
> Microsoft.Scripting.dll and IronPython.dll, and the resulting
> IronPython console won't work correctly.

You are correct Sanghyeon, I merely used the assemblies to do some work on our build system for Moonlight.

I have now included a modified version of your nant build file.   To get
a working ipy.exe it is still necessary to move some code around.

Miguel



More information about the Ironpython-users mailing list