[Zope] How to uninstall Callprofiler
Jean Baltus
jean.baltus at africamuseum.be
Wed Dec 17 09:35:48 EST 2003
I tried
context.Control_Panel.manage_delObjects('CallProfiler')
with a python script, then
self.Control_Panel.manage_delObjects(['CallProfiler'])
with an external method,
I always get the following error:
Error Type: TypeError
Error Value: object of type 'None' is not callable
Any clue?
-- Jean
-----Original Message-----
From: Gabriel Genellina [mailto:gagenellina at softlab.com.ar]
Sent: mercredi 17 décembre 2003 10:21
To: Jean Baltus
Cc: zope at zope.org
Subject: Re: [Zope] How to uninstall Callprofiler
At 17/12/2003 09:57, you wrote:
>How can I uninstall CallProfiler&? If I just remove the directory in
>Products, I still have a broken object in the Control Panel that I cant
remove&
Create an external method with:
self.Control_Panel.manage_delObjects(I'CallProfiler'])
Gabriel Genellina
Softlab SRL
More information about the Zope
mailing list