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

2006-02-13 Thread Klaus Muller
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

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

2006-02-13 Thread Klaus Muller
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

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

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