Stan, all:
This is incredible! I executed Simulation.py, SimulationTrace.py,
SimulationRT.py and SimulationStep.py under IronPython -- they worked like a
dream! I will now go on to actual application development and comparative
timing studies.
If Microsoft actually supports IronPython under Visual
Stan,
Great news!
How did you provide required modules such as e.g. "random" and "bisect"?
Klaus Müller
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Stanislas Pinte
> Sent: Monday, January 30, 2006 7:35 PM
> To: [EMAIL PROTECTED]
> Cc: use
Selon Klaus Muller <[EMAIL PROTECTED]>:
> Stan,
> Great news!
>
> How did you provide required modules such as e.g. "random" and "bisect"?
just copying them and other required deps from PYTHON24/Libs/ aside of the
IPConsole binary.
There must be a better way to do it however...(like setting t