[Zope] Accessing object properties from __init__.py

Ajay Deshpande riffenstein at gmail.com
Tue Sep 29 02:25:12 EDT 2009


I need to be able to read a data structure from a file and use it in another
product. But the FS path of this file has to be a property. And I need to do
the reading just once, which is why I want to do it in __init__.py.

Thanks,
A

On Tue, Sep 29, 2009 at 11:27 AM, Andreas Jung <lists at zopyx.com> wrote:

> Am 29.09.09 07:55, schrieb Ajay Deshpande:
> > Hi All:
> >
> > I would like to access a certain property of an object from the
> > __init__.py of my Products folder. Is this possible?
> What is the usecase?
>
> The initialize() method of the Product code get the 'context' parameter
> during the startup phase.
> Not sure that you are able to proceed from that.
>
> -aj
>



-- 
"And the trees are all kept equal
By hatchet, axe, and saw"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20090929/762f42d3/attachment.html 


More information about the Zope mailing list