Re: [IronPython] ScriptRuntime.Globals

2008-03-18 Thread Dino Viehland
, 2008 4:35 PM To: users@lists.ironpython.com Subject: [IronPython] ScriptRuntime.Globals Hi, I'm working my way through the DLR hosting spec. And in the spec docs there is a distinction between 3 levels of hosting. Now in the case of IronRuby I tried hosting it with level one hosting and

[IronPython] ScriptRuntime.Globals

2008-03-18 Thread Ivan Porto Carrero
Hi, I'm working my way through the DLR hosting spec. And in the spec docs there is a distinction between 3 levels of hosting. Now in the case of IronRuby I tried hosting it with level one hosting and all I can get to work is executing ruby files. Whatever i put in ScriptRuntime.Globals doesn't ma