[IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microsoft.Scripting
Curt Hagenlocher
curt at hagenlocher.org
Thu Mar 20 18:58:46 PDT 2008
On Thu, Mar 20, 2008 at 2:10 PM, Peter Schott <paschott at yahoo.com> wrote:
> Finally getting to play around a little with the latest beta and
> working through the Tutorials. When I try to issue:
>
> from Microsoft.Scripting import ScriptDomainManager
>
> I get an error because it's not there.
try:
from Microsoft.Scripting.Runtime import ScriptDomainManager
--
Curt Hagenlocher
curt at hagenlocher.org
More information about the Users
mailing list