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
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
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