Re: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microsoft.Scripting

2008-03-21 Thread Ryan Dawson
And we're updating the tutorial. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Thursday, March 20, 2008 6:44 PM To: Discussion of IronPython Subject: Re: [IronPython] Cannot find ScriptDomainManager in IronPytho

Re: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microsoft.Scripting

2008-03-20 Thread Dino Viehland
It's in Microsoft.Scripting.Runtime now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Schott Sent: Thursday, March 20, 2008 2:11 PM To: users@lists.ironpython.com Subject: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microsoft.S

Re: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microsoft.Scripting

2008-03-20 Thread Curt Hagenlocher
On Thu, Mar 20, 2008 at 2:10 PM, Peter Schott <[EMAIL PROTECTED]> 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: