Gaute Amundsen wrote at 2009-12-1 14:33 +0100:
>We have ZopeProfiler 1.72 installed on a site (Zope 2.7.5-1.fc3) that
>don't need it anymore.
>I've removed the folder and deleted the product, but I cant' find a way
>to remove it form the controlpanel.
>I notice it's been asked once before, but I cant find any replies.
>
>Any hints?
You can delete it in a "bin/zopectl debug" interactive session:
app.Control_Panel._delObject('ZopeProfiler')
from transaction import commit; commit()
You are only prevented to do it from the ZMI because "Control_Panel"
does not expose the typical "ObjectManager" API there.
--
Dieter
_______________________________________________
Zope maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )