Some more information on our now-broken Control Panel (it broke after I tried to remove CallProfiler). I can do an objectIds on the Control Panel from an external method, and that shows me all of the objects in the Panel, including one called CallProfiler. I can't, however, do any operation that does a _getOb on the Control Panel. I get an Attribute Error exception from line 240 of ObjectManager.py. So it's like the delete didn't delete all information on the CallProfiler object. On 10/21/03 7:08 AM, "Chris Withers" <chrisw@nipltd.com> wrote:
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