21 Jan
2003
21 Jan
'03
5:44 a.m.
Hans Sandsdalen wrote at 2003-1-20 13:22 +0100:
This is my problem: .... seems to be:
You have an id or and object path and need to get access to the object itself, right? In this case, you need either "computed object access" (this is the case for you) or "computed attribute access". You use "_.getitem" for "computed object access" and "_.getattr" for computed attribute access. For more information, see the "Name lookup" section in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter