Re: [IronPython] Engine Scope

2008-09-07 Thread Michael Foord
Hello JoeSox, If you look at the ArrayList documentation (URL below) you will see that although it lives in the System namespace, it comes from the mscorlib.dll assembly. You will have to add an additional reference in your Python code (ipy.exe adds references to both of these for you which

Re: [IronPython] Engine Scope

2008-09-07 Thread JoeSox
Perfect, thanks. On Sun, Sep 7, 2008 at 1:04 PM, Michael Foord <[EMAIL PROTECTED]> wrote: > Hello JoeSox, > > If you look at the ArrayList documentation (URL below) you will see that > although it lives in the System namespace, it comes from the > mscorlib.dll assembly. > > You will have to add a

Re: [IronPython] Engine Scope

2008-09-07 Thread Michael Foord
Hello JoeSox, If you look at the ArrayList documentation (URL below) you will see that although it lives in the System namespace, it comes from the mscorlib.dll assembly. You will have to add an additional reference in your Python code (ipy.exe adds references to both of these for you which is w

[IronPython] Engine Scope

2008-09-07 Thread JoeSox
Why can't I access the ArrayList class in the unworking example below? (Forgive me if this was covered previously but I couldn't find anything in the archives) working example...-- IronPython 2.0 Beta (2.0.0.4000) on .NET 2.0.50727.1433 Type "help", "copyright", "credit