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