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
[My attempt to send this to two mailing lists at once seems to have failed.
This is a retry. -- VC]
I found a bug in adodbapi v2.2 already. When putting data into a numeric
database column, if the input was in a string (as for example the value of a
wxPython grid cell), then the data would be trun