Dan Korostelev wrote:
> 2009/2/10 Laurent Mignon <laurent.mig...@softwareag.com>:
>> Dan Korostelev wrote:
>>> 2009/2/10 Laurent Mignon <laurent.mig...@softwareag.com>:
>>>> The problem encountered is that zope.container specify ZODB3 as a main
>>>> dependency. After checking the code, it seems that ZODB is only required
>>>> for tests. If I modify zope.container.setup.py to specify ZODB3 as an
>>>> extra dependency for test target, everything works fine.
>>> Hmm.. zope.container actually uses BTrees from the ZODB3 egg module
>>> for implementing BTreeContainer.
>>>
>> And BTrees is also available into Zope2 but I agree that therefore ZODB3
>> seems to be a normal dependency.. I'm really not an expert and I don't
>> know how it's possible to fix such kind of problem...
> 
> Well, I'm no Zope2 expert at all, but isn't there some "fake eggs"
> support in recent Zope2/Plone buildouts created for handling problems
> like that?
> 
OK, Sorry for the disturb, Everything is my fault...
You're right, thanks for your suggestion. Everything works simply by 
specifying ZODB3 = 3.8 as additional-fake-eggs

Thanks again,

sagblmi

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

Reply via email to