Re: deriving classes from object extensions

2006-12-07 Thread Calvin Spealman
On 7 Dec 2006 16:12:18 -0800, manstey <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Python with Cache dbase, which provides pythonbind module, > and intersys.pythonbind.object types. But I can't create a class based > on this type: > > import intersys.pythonbind > class MyClass(intersys.pythonbin

deriving classes from object extensions

2006-12-07 Thread manstey
Hi, I am using Python with Cache dbase, which provides pythonbind module, and intersys.pythonbind.object types. But I can't create a class based on this type: import intersys.pythonbind class MyClass(intersys.pythonbind.object): pass gives me the error: TypeError: Error when calling the metac