[Zope] aq_acquire problem
Dirk Datzert
dirk.datzert@rasselstein-hoesch.de
Thu, 09 May 2002 17:43:08 +0200
Hi Alex,
can you give a little more details ?
What you using ?
PythonScript
ZClass
ExternalScript
Python product on file system
Can you give the complete method as source ?
Dirk
Alexander Westholm schrieb:
>
> All,
>
> in a product method, I'm trying to access the REQUEST... the class that
> the method lives in inherits from Acquisition.Explicit so I tried to
> access it like so: self.aq_acquire('REQUEST') which yields an error
> about aq_acquire not being there... any ideas?
>
> -- Alex
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> 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 )