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
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
The -X:TabCompletion command line switch intercepts all console input in order
to handle Tab, F6, arrows etc. The special keys that are available by the
standard windows console window won't therefore work, unfortunately.
Martin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL
IronPython has, in the Hosting namespace,
a class PythonCompiler which allows that already. However, while the assemblies
generated are true .NET assemblies, they are not easily used from other .NET
languages yet – it is not an easy problem to solve.
Martin
From:
[EMAIL PROT