[Zope-dev] __getattr__ and Acquisition

Chris Withers chrisw@nipltd.com
Mon, 23 Sep 2002 12:10:42 +0100


Andreas Kostyrka wrote:
> The problem is, that __getattr__ does not have access to the acquisition
> chain. 

I think it does, but I may be corrected.

Some things to check for:

1. Do the classes of you object (and containing objects) inherit for 
Acquisition.Implicit?

2. Are you getting hold of the object in such a way that it is acquisition wrapped?

cheers,

Chris