[Zope] CST 0.8 Updater - Waaagh!

Chris Withers chrisw@nipltd.com
Wed, 04 Apr 2001 17:17:25 +0100


Chris McDonough wrote:
> 
> Works for me... just tried it from the command line like this:
> 
> cd lib/python; python
> >>> import Zope
> >>> app = Zope.app()
> >>> app.ZopeFind(app, obj_metatypes=['Session Id Manager'])
> [('session_id_mgr', <SessionIdManager instance at 869e1d8>)]

Well, here's an even simpler External Method which still doesn't work:

def updateall(self):
    return `self.ZopeFind(self,obj_metatypes=['Session Data Manager','Session Id
Manager'])`

What am I doing wrong?

cheers,

Chris