[Zope] Calling superclass methods from inside a Zope object
Marco Bizzarri
m.bizzarri at icube.it
Tue Nov 9 06:46:26 EST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
We've a problem with a class like this:
class MyObject(CatalogPathAware, SimpleItem):
~ def manage_afterAdd(self, item, container):
~ CatalogPathAware.manage_afterAdd(self, item, container)
~ ## other stuff here ##
The problem is that MyObject apparentely does not have any visibility of
the superclasses methods, if they came from some non Zope class (like
the CatalogPathAware, and therefore the manage_afterAdd crashes.
Any hint on this?
The environment is Zope 2.6.4.
Regards
Marco
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBkK4SXhfyAQQVoaIRAh2SAKCYGu9IZmJ6aIlZJKyToNZsogF9LwCfVBjJ
29u6eYaHbfSOUGInbIRYmCY=
=vOOy
-----END PGP SIGNATURE-----
More information about the Zope
mailing list