Re: [IronPython] SetGlobal and GetGlobal in IPbeta 9

2006-07-12 Thread JoeSox
Ah, perfect! I didn't see the cn_pe.Globals IDictionary. Now I get it. Thanks --Joe On 7/12/06, Shri Borde <[EMAIL PROTECTED]> wrote: > Hi Joe, > > The model for the hostig APIs is that a module (represented by EngineModule) > is basically an IDictionary, just like in Python (for the > most pa

Re: [IronPython] SetGlobal and GetGlobal in IPbeta 9

2006-07-12 Thread Shri Borde
ly 12, 2006 4:37 PM To: Discussion of IronPython Subject: Re: [IronPython] SetGlobal and GetGlobal in IPbeta 9 Ok, I am looking over the release notes one more time, and it looks like I need to create a Dictionary to store all of the globals? Do I need to also create a EngineModule? This is wh

Re: [IronPython] SetGlobal and GetGlobal in IPbeta 9

2006-07-12 Thread JoeSox
Ok, I am looking over the release notes one more time, and it looks like I need to create a Dictionary to store all of the globals? Do I need to also create a EngineModule? This is why I am getting confused. Thanks On 7/12/06, JoeSox <[EMAIL PROTECTED]> wrote: > Sorry, I am now confused. I don

[IronPython] SetGlobal and GetGlobal in IPbeta 9

2006-07-12 Thread JoeSox
Sorry, I am now confused. I don't understand how I need to update my implementation of PythonEngine.SetGlobal and GetGlobal I looked around in beta 9 and figured I probably figure it out faster by posting here. And I am also wondering if I am going to lose some scope. I have a bunch of C# method