[Zope] Removing CallProfiler

Chris Withers chrisw at nipltd.com
Tue Oct 21 07:08:19 EDT 2003


Chris Muldrow wrote:
> We installed CallProfiler a while back and then removed it after it was no
> longer needed, but there's still an object living in the root of our Control
> Panel that is a broken piece of CallProfiler. I can't figure out exactly how
> to delete that object. Anyone seen this problem and have a solution? Thanks!

I seem to remember writing an external method something like:

def fixme(self):
   del(self.Control_Panel.bad_thing_that_wont_go_away)

cheers,

Chris




More information about the Zope mailing list