Hi,
I am using Python with Cache dbase, which provides pythonbind module,
and intersys.python bind.object types. But I can't create a class based
on this type:
import intersys.python bind
class MyClass(intersy s.pythonbind.ob ject):
pass
gives me the error: TypeError: Error when calling the metaclass bases
type 'intersys.pytho nbind.object' is not an acceptable base type
Can anyone expain if it is possible for me to derive my own class from
the intersys object so as to add my own functionality?
thanks,
matthew
I am using Python with Cache dbase, which provides pythonbind module,
and intersys.python bind.object types. But I can't create a class based
on this type:
import intersys.python bind
class MyClass(intersy s.pythonbind.ob ject):
pass
gives me the error: TypeError: Error when calling the metaclass bases
type 'intersys.pytho nbind.object' is not an acceptable base type
Can anyone expain if it is possible for me to derive my own class from
the intersys object so as to add my own functionality?
thanks,
matthew
Comment