Hi!
I'm trying to get objects (even acquired) by
pasing a string to a python method.
Has someone an idea how to make that work?
I've tried self.Object which works.
When passing a string to the method
I can't lookup the Object
(Is there a replacement for getitem in
Python Methods?)
I tried self.getitem('string')
which don't work. (and several other things,
but even __dict__ don't work in Python Methods,...)
Helmut
--
My GNUpg Fingerprint
1355 4103 AC62 6818 DBC9 48B1 8D7D 6250 2D92 B100
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )