Hi Peter, I don't know, if this solves your problem, but you can override the version settings of the online resource by adding a
[version] zope.component = ... to your buildout. the last configuration found will be used. -tom On 05/18/2010 04:52 PM, Peter.Peng wrote: > > 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 > > . _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
