Re: running build out Poi error
Alex Clark <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.installers |
|---|---|
| Organization | ACLARK.NET, LLC |
| Message-ID | <[email protected]> |
Hi, On 2010-05-12, tonyt <[email protected]> wrote: > > Hi I am receiving the following error any time i run the build out. > > Error: There is a version conflict. > We already have: Plone 3.3.4 > but Products.Poi 2.0a1 requires 'Plone>=4.0a1'. Create a versions section and pin Poi to a lower version, e.g. 1.5 (I am making that number up, you have to look up the version that runs w/Plone 3). e.g. [versions] # Pin me to Plone 3 compat version Products.Poi = X.X > Here is my buildout.cfg > > > [buildout] > parts = > zope2 > productdistros > instance > zopepy > > # Change the number here to change the version of Plone being used > extends = > http://dist.plone.org/release/3.3.4/versions.cfg > versions = versions > > > # Add additional egg download sources here. dist.plone.org contains archives > # of Plone packages. > find-links = > http://dist.plone.org/release/3.3.4 > http://dist.plone.org/thirdparty > > # Add additional eggs here > eggs = > Products.eXtremeManagement > Products.Poi<2 > # Reference any eggs you are developing here, one per line > # e.g.: develop = src/my.package > develop = > > > > > [zope2] > # For more information on this step and configuration options see: > # http://pypi.python.org/pypi/plone.recipe.zope2install > recipe = plone.recipe.zope2install > fake-zope-eggs = true > url = ${versions:zope2-url} > > # Use this section to download additional old-style products. > # List any number of URLs for product tarballs under URLs (separate > # with whitespace, or break over several lines, with subsequent lines > # indented). If any archives contain several products inside a top-level > # directory, list the archive file name (i.e. the last part of the URL, > # normally with a .tar.gz suffix or similar) under 'nested-packages'. > # If any archives extract to a product directory with a version suffix, list > # the archive name under 'version-suffix-packages'. > [productdistros] > # For more information on this step and configuration options see: > # http://pypi.python.org/pypi/plone.recipe.distros > recipe = plone.recipe.distros > urls = > nested-packages = > version-suffix-packages = > > [instance] > # For more information on this step and configuration options see: > # http://pypi.python.org/pypi/plone.recipe.zope2instance > recipe = plone.recipe.zope2instance > zope2-location = ${zope2:location} > user = myadmin:mypass > effective-user = www-data > http-address = 8080 > #debug-mode = on > #verbose-security = on > # If you want Zope to know about any additional eggs, list them here. > # This should include any development eggs you listed in develop-eggs above, > # e.g. eggs = Plone my.package > eggs = > Plone > ${buildout:eggs} > > # If you want to register ZCML slugs for any packages, list them here. > # e.g. zcml = my.package my.other.package > zcml = > Products.Poi<2 > products = > ${buildout:directory}/products > ${productdistros:location} > > [zopepy] > # For more information on this step and configuration options see: > # http://pypi.python.org/pypi/zc.recipe.egg > recipe = zc.recipe.egg > eggs = ${instance:eggs} > interpreter = zopepy > extra-paths = ${zope2:location}/lib/python > scripts = zopepy > > > > > Thanks -- Alex Clark · http://aclark.net Author of Plone 3.3 Site Administration · http://aclark.net/plone-site-admin ------------------------------------------------------------------------------ _______________________________________________ Plone-installers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plone-installers