Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 bootstrap doesn't constrain the buildout version for dependent parts #108

Open
freddrake opened this issue Mar 21, 2013 · 0 comments
Open

Comments

@freddrake
Copy link
Contributor

Parts that depend on zc.buildout can end up with buildout 2 even though bin/buildout is using buildout 1, with the bootstrap script from

http://downloads.buildout.org/1/bootstrap.py

Pinning the version of zc.buildout explicitly allows working around this problem.

To reproduce:

  1. Clone the sample project:

    https://github.com/freddrake/bootstrap-v1-bug-demo

  2. Bootstrap:

    $ wget -q http://downloads.buildout.org/1/bootstrap.py
    $ python bootstrap.py
    
  3. Build and run the generated script::

    $ bin/buildout
    $ bin/myscript
    mydemo 0
    zc.buildout 2.0.1
    setuptools 0.6c12dev-r88846
    wsgiref 0.1.2
    Python 2.6.7
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant