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 the PYTHONPATH to PYTHON24/Libs/) haven't tried it though. Stan. > > 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: [email protected] > > Subject: [Simpy-users] Simpy working under IronPython1.0beta2 > > > > 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 > > .................................................... > > ---------------------------------------------------------------------- > > Ran 53 tests in 0.781s > > > > OK > > > > Here is my change list: > > > > - commented out testPlot in MonitorTest.py, that imports > > Tkinter module > > - commented out all #from __future__ import generators statements > > > > (added IP bug > > http://www.gotdotnet.com/workspaces/bugtracker/bugdetails.aspx > > ?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742&bugid=72593d8d-a5d2-4 > > b69-a814-ca0091dc58ea) > > > > --> I will start to test a real application soon. > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep > > through log files for problems? Stop! Download the new AJAX > > search engine that makes searching your log files as easy as > > surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486& > > dat=121642 > > _______________________________________________ > > Simpy-users mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/simpy-users > > > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
