[IronPython] Simpy working under IronPython1.0beta2

Stanislas Pinte stan at phidani.be
Mon Jan 30 19:34:41 CET 2006


Hello,

I have the pleasure to say that a (quasi unmodified) version of simpy passed all its unit tests
running IronPython:

[SimPy-1.6.1]> ../IronPython-1.0-Beta2/IronPythonConsole.exe SimPy/testSimPy.py
....................................................
----------------------------------------------------------------------
Ran 53 tests in 0.781s

OK

Here is my change list:

- commented out testPlot in MonitorTest.py, that imports Tkinter module
- commented out all #from __future__ import generators statements

(added IP bug
http://www.gotdotnet.com/workspaces/bugtracker/bugdetails.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742&bugid=72593d8d-a5d2-4b69-a814-ca0091dc58ea)

--> I will start to test a real application soon.







More information about the Ironpython-users mailing list