Re: [IronPython] PythonEngine.SetVariable

2006-08-18 Thread Martin Maly
You can use engine.Globals["name"] = value Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Cosby Sent: Thursday, August 17, 2006 5:34 PM To: IronPython Users Subject: [IronPython] PythonEngine.SetVariable At one point, PythonEngine.SetVariable

Re: [IronPython] PythonEngine.SetVariable

2006-08-17 Thread Kristof Wagemans
Now it has become: PythonEngine.Globals["myVar"] = myVar; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Cosby Sent: Friday 18 August 2006 2:34 To: IronPython Users Subject: [IronPython] PythonEngine.SetVariable At one point, PythonEngine.SetVa

Re: [IronPython] PythonEngine.SetVariable not in 1.0 RC1

2006-07-27 Thread Mark Rees
Yes the hosting api has changed. It was documented in the beta9 release announcement: http://lists.ironpython.com/pipermail/users-ironpython.com/2006-July/002808.html But to paraphrase: One of the most significant changes is the final updates to the hosting API. The hosting APIs have removed t