IronPython-0.6 is now available!

Ganesan R rganesan at myrealbox.com
Thu Jul 29 05:05:27 EDT 2004


>>>>> "Neuruss" == Neuruss  <luismg at gmx.net> writes:

> IronPython is currently at a pre-alpha stage suitable for
> experimentation but not for serious development work.

> http://www.ironpython.com

This is exciting news. Has any one tested this with mono 1.0 on Linux?
Simple things work, but I am not able to define a new class.

=========
$ ./IronPythonConsole.exe 
>>> class Test:
...     pass
... 
System.NullReferenceException: Object reference not set to an instance of an object
in (unmanaged) (wrapper managed-to-native) System.Reflection.MonoField:GetValueInternal (object)
in <0x00004> (wrapper managed-to-native) System.Reflection.MonoField:GetValueInternal (object)
in <0x00012> System.Reflection.MonoField:GetValue (object)
in <0x00046> IronPython.Objects.module:__getattribute__ (string)
in <0x00032> IronPython.Objects.ModuleDictionary:get_Item (object)
in <0x0002c> IronPython.Objects.Frame:GetGlobal (string)
in <0x00037> input_0:Run (IronPython.Objects.Frame)
in <0x001c5> IronPythonConsole.IronPython:DoInteractive ()
==========

Ganesan



More information about the Python-list mailing list