Re: [Python.NET] FromManagedObject and Booleans

2007-11-02 Thread Brian Lloyd
That might actually be because bool didn't exist in python way back then ;) I suspect its probably safe to fix it now. -Brian On 11/2/07 12:14 PM, "Michael Foord" <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm using the Python.Runtime assembly to provide access to CPython > modules from IronP

[Python.NET] FromManagedObject and Booleans

2007-11-02 Thread Michael Foord
Hello all, I'm using the Python.Runtime assembly to provide access to CPython modules from IronPython. I'm converting objects that pass from CPython to IronPython (and vice-versa) by converting datatypes or proxying access. To convert to CPython types I use "PyObject.FromManagedObject(obj)" w