> >I'm upgrading to zope 2.6.0.
> >When I try to import a ZClass based Product from zope 2.5.1
> i get the
> >following error.
> >
> >Error Type: ImportError
> >Error Value: No module named iclass
> Yup. This was discussed about a week ago. Search the mailing
> list archives; but as I remember,
> When I rename one object (one instance of a zclass) the object actualy
> is deleted and then created, which makes the trigger manage_beforeDelete
> to be called on the delete operation. the problem is I dont want to call
> manage_beforeDelete when renaming this object. Is there a way to te