From: "Andreas Kostyrka" <[EMAIL PROTECTED]>
> I've just discovered, that Acquisition does not work with __getattr__,
> right?

That depends on what you mean with "does not work". :-)

> (I assume that this is so because something like getattr(mybase,attr) is
> called during the acquisition process to prevent infinite recursion.)
> 
> Anyway to get around that? (To basically get a wrapped self from
> somewhere?)

That's what self usually is... :-)

I think you need to answer a couple of questions:
1. What is it you want to do?
2. How are you trying to do it?
3. What is happening when you try to do it?

It's hard to give solutions when you don't know the problem. :-)

Best Regards

Lennart Regebro
http://www.easypublisher.com/

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to