[Zope] How to uninstall Callprofiler
Nguyen Quan Son
sonnq at tinhvan.com
Wed Dec 17 20:50:44 EST 2003
Try this:
import Zope
app = Zope.app()
delattr(app.Control_Panel, 'CallProfiler')
get_transaction().commit()
Nguyen Quan Son
----- Original Message -----
From: Jean Baltus
To: zope at zope.org
Sent: Wednesday, December 17, 2003 3:57 PM
Subject: [Zope] How to uninstall Callprofiler
Hi all,
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 can't remove.
Regards,
-- Jean
More information about the Zope
mailing list