RE: [Python.NET] AttributeError: 'MarshalByRefObject' object has noattribute ...

2004-12-28 Thread Martin Richard
bject: RE: [Python.NET] AttributeError: 'MarshalByRefObject' object has noattribute ... Hi Martin - Interface types, as they appear to Python, all have a single argument constructor that you can use to "cast" an object to a particular interface. Because System.Activator.GetO

RE: [Python.NET] AttributeError: 'MarshalByRefObject' object has noattribute ...

2004-12-28 Thread Brian Lloyd
Hi Martin - Interface types, as they appear to Python, all have a single argument constructor that you can use to "cast" an object to a particular interface. Because System.Activator.GetObject() has a return type of object, the runtime returns the object as its true runtime type to Python (wh