Re: [IronPython] C# replacement wrapper for ipy.exe

2011-03-22 Thread Brian Curtin
On Tue, Mar 22, 2011 at 14:06, Doug Blank wrote: > I'm using the following C# code as a replacement for "ipy.exe > myscript.py". One reason for doing this is that this can be run in the > background on Unix/Mac OSX under Mono, whereas ipy.exe can not. I > don't know if there are other reasons, or

[IronPython] C# replacement wrapper for ipy.exe

2011-03-22 Thread Doug Blank
I'm using the following C# code as a replacement for "ipy.exe myscript.py". One reason for doing this is that this can be run in the background on Unix/Mac OSX under Mono, whereas ipy.exe can not. I don't know if there are other reasons, or if there are speed differences. However, my FullFrames is