complaw@hal-pc.org writes: > .... If you mean with an "oid" an "id" as used by Zope as part of the URLs, then the answer is easy: getattr(container/context,id) If you mean the object id as used inside the ZODB to identify an object, then you (probably) will need to use an external method. Dieter