Re: [IronPython] IronPython on Unix issues.

2007-08-13 Thread Dino Viehland
Thanks for the report Miguel, we'll get InitializeBuiltins fixed for the next release. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Friday, August 10, 2007 3:56 PM To: Discussion of IronPython Subject: [IronPython] IronPyth

[IronPython] IronPython on Unix issues.

2007-08-10 Thread Miguel de Icaza
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 San