Re: [IronPython] Simpy working under IronPython1.0beta2

2006-01-31 Thread Martin Maly
utput: _Feature((2, 2, 0, 'alpha', 1), (2, 3, 0, 'final', 0), 4096) Hope this helps Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte Sent: Monday, January 30, 2006 10:35 AM To: [EMAIL PROTECTED] Cc: users@lists.ironp

Re: [IronPython] Simpy working under IronPython1.0beta2

2006-01-31 Thread Stanislas Pinte
Selon Sanghyeon Seo <[EMAIL PROTECTED]>: > 2006/1/31, Stanislas Pinte <[EMAIL PROTECTED]>: > > Hello, > > > > I have the pleasure to say that a (quasi unmodified) version of simpy passed > > all its unit tests running IronPython: > > Wow. > > > - commented out all #from __future__ import generat

Re: [IronPython] Simpy working under IronPython1.0beta2

2006-01-30 Thread Sanghyeon Seo
2006/1/31, Stanislas Pinte <[EMAIL PROTECTED]>: > Hello, > > I have the pleasure to say that a (quasi unmodified) version of simpy passed > all its unit tests running IronPython: Wow. > - commented out all #from __future__ import generators statements Doesn't simply copying __future__.py from CP

[IronPython] Simpy working under IronPython1.0beta2

2006-01-30 Thread Stanislas Pinte
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