[Setup] What's the correct way to Setup for Plone core development on debian 6.0 ?

private jianaijun at gmail.com
Fri Oct 14 02:17:58 UTC 2011


Hi,
I'm trying to Setup for Plone core development on debian 6.0 (Linux
debian 2.6.32-5-686) in accordance with:

http://dev.plone.org/plone/wiki/DevelopmentEnvironment

Setting up a Plone 4.2 <http://dev.plone.org/plone/wiki/Plone4>
development instance is as easy as typing:

    * git clone -b 4.2 https://github.com/plone/buildout.coredev
      ./plone42devel
    * ... wait for a bunch of code to be checked out via Plone's GitHub
      repository ...
    * change directories into your buildout checkout with: cd
      ./plone42devel
    * python bootstrap.py (where "python" is your python 2.6 binary)
    * bin/buildout -v
    * start your new instance with ./bin/instance fg


start:
1) git clone -b 4.2 https://github.com/plone/buildout.coredev
./plone42devel
2) cd ./plone42devel
3) python bootstrap.py
4) Run bin/buildout -v
...
Getting required 'Acquisition==2.13.8'
We have the distribution that satisfies 'Acquisition==2.13.8'.
Getting required 'AccessControl==2.13.4'
We have the distribution that satisfies 'AccessControl==2.13.4'.
While:
Installing.
Getting section instance.
Initializing section instance.
Installing recipe plone.recipe.zope2instance.
Error: There is a version conflict.
We already have: mechanize 0.1.11
but zope.testbrowser 3.11.1 requires 'mechanize>=0.2.0'.

How to solve?

Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-setup/attachments/20111014/451036e3/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: out.log
Type: text/x-log
Size: 12105 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-setup/attachments/20111014/451036e3/attachment-0001.bin>


More information about the Setup mailing list