[Zope] Finding and killing the POSKeyError in ZODB

2005-09-03 Thread Jake
I have been reading the instructions in ZopeLabs trying to figure out how to get rid of a few POSKeyErrors, but I can't get by this one point. http://zopelabs.com/cookbook/1054240694 Now that we have an OID, let's resolve that to the actual object like so: app._p_jar[oid] Once you have

Re: [Zope] Finding and killing the POSKeyError in ZODB

2005-09-03 Thread Chris McDonough
Apparently app is a function in wherever you're doing that, which just isn't right. If you use zopectl debug, app should be a Zope Application object. If it isn't... uh... well... something else besides the POSKeyErrors are wrong. ;-) On Sat, 2005-09-03 at 16:23 -0400, Jake wrote: I have been