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

Re: [IronPython] Function key F7 of Command Prompt.

2006-01-30 Thread Martin Maly
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

Re: [IronPython] Compiling in assemblies

2006-01-30 Thread Martin Maly
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