Re: [Zope] Equivalent of __of__ in Script (Python).

2005-11-08 Thread Chris Withers
JoseLuis de la Rosa Triviño wrote: tmp_user.__of__(context.acl_users) What makes you think you need to do this? Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Zope maillist -

[Zope] Equivalent of __of__ in Script (Python).

2005-11-03 Thread JoseLuis de la Rosa Triviño
Hello, I'm a newbie in Zope and I'm trying to do this in a Script (Python): tmp_user.__of__(context.acl_users) However, this produces an error as: __of__ is an invalid attribute name because it starts with _ Does anybody know how could I use __of__ operator in this script or an

Re: [Zope] Equivalent of __of__ in Script (Python).

2005-11-03 Thread Andreas Jung
--On 3. November 2005 09:27:51 +0100 JoseLuis de la Rosa Triviño [EMAIL PROTECTED] wrote: Hello, I'm a newbie in Zope and I'm trying to do this in a Script (Python): tmp_user.__of__(context.acl_users) PythonScripts are *not* Python. PythonScripts are restriced. In case you need