29 Apr
2008
29 Apr
'08
5:15 a.m.
Hanno Schlichting wrote:
Christian Theune wrote:
On Sun, Apr 27, 2008 at 11:57:07AM -0400, Paul Winkler wrote:
Any idea what's wrong with Zope2.buildout? Looks like Acquisition is not built properly: http://zopebuildbot.whq.gocept.com/builders/Zope2.buildout/builds/75/steps/t...
No idea, the egg it has is 'Acquisition-2.11.0b1'
And that's the problem. Acquisition has changed quite a bit on Zope trunk and for example the aq_inContextOf method was added there, but it is not yet available in any released version of AQ.
I need to correct myself. The method has been there on AQ-wrappers for a long time. On the trunk it is now available and used as a standalone function as well. Thanks Dieter for the pointer. Hanno