On Mon, Aug 15, 2005 at 05:05:18PM -0700, Keith J. Farmer wrote: > Not terribly exciting, but if nobody's noticed: > > C:\IronPython-0.9\Scripts>mono > \IronPython-0.9\bin\IronPythonConsole.exe .\TestAll.py > > ** (\IronPython-0.9\bin\IronPythonConsole.exe:316): WARNING **: The > class System.StringSplitOptions could not be loaded, used in > \IronPython-0.9\bin\IronPython.dll (token 0x010000aa)
You need SVN HEAD... StringSplitOptions and MidpointRounding, new .NET 2.0 enumerations are in HEAD, but not in any current releases. It is possible to recompile IronPython on Mono with gmcs and 2.0 class libraries, if you fix some stuffs. I haven't recorded details. Seo Sanghyeon _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com