Re: [IronPython] upgrading to ip 2b3 in Resolver One

2008-07-09 Thread Dino Viehland
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Muirhead Sent: Friday, June 20, 2008 7:17 AM To: Discussion of IronPython Subject: Re: [IronPython] upgrading to ip 2b3 in Resolver One Christian Muirhead wrote: * Another thing I saw here was that you can't set __name__ in a scope

Re: [IronPython] upgrading to ip 2b3 in Resolver One

2008-06-20 Thread Christian Muirhead
Christian Muirhead wrote: * Another thing I saw here was that you can't set __name__ in a scope when running a script loaded from a source file - that is, this: ScriptSource source = engine.CreateScriptSourceFromFile(test.py); ScriptScope scope = e.CreateScope(); scope.SetVariable(__name__,

Re: [IronPython] upgrading to ip 2b3 in Resolver One

2008-06-20 Thread Dave Fugate
Just out of curiosity, what's the perf like when you utilize the -X:Interpret flag? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Muirhead Sent: Friday, June 20, 2008 4:57 AM To: Discussion of IronPython Subject: [IronPython] upgrading to ip