Re: [IronPython] SystemExitException ?

2008-11-21 Thread Orestis Markou
exit mechanism that the language has so that the host doesn't need to care and could be language independent. Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Orestis Markou Sent: Friday, November 21, 2008 5:24 AM To: Discussion of IronPython

Re: [IronPython] SystemExitException ?

2008-11-21 Thread Tomas Matousek
re and could be language independent. Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Orestis Markou Sent: Friday, November 21, 2008 5:24 AM To: Discussion of IronPython Subject: [IronPython] SystemExitException ? Hello, In Resolver, we have our own R

[IronPython] SystemExitException ?

2008-11-21 Thread Orestis Markou
Hello, In Resolver, we have our own RSIronPython.exe that sets up the environment (PATH and other things) and executes a program. It's not interactive - just a wrapper aroung ExecuteProgram, really. We used to do this: try { ScriptSource source = engine.CreateScriptSourceFromFile(Path.C