Hi all, When I run buildout based on plone3.3.5 and Zope-2.10.11-final-py2.4 following error of versions confliction was found:
Error: There is a version conflict. We already have: zope.component 3.5.1 but zope.browserpage 3.12.1 requires 'zope.component>=3.7' I just checked the dependcy,it found the confliction is due to the following eggs defined in http://dist.plone.org/release/3.3.5/versions.cfg: 1) five.localsitemanager = 1.1 2) plone.portlet.static = 1.2rc1 the fist one requires zope.component <=3.6 the second one requires zope.component >=3.7 So what can I do facing such a difficulty because of a hard coding versions in config file? BTW, I use a exsting Zope installation intead of fetching one,as following shows: zope2-location = /usr/local/Plone/Zope-2.10.11-final-py2.4 Really appreciate your suggestion. Thanks Peter . -- View this message in context: http://plone.293351.n2.nabble.com/Versions-conflict-when-running-buildout-based-on-plone3-3-5-and-Zope-2-10-11-final-py2-4-tp5070365p5070365.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
