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

paver.virtual.bootstrap issues #44

Closed
martinevong opened this issue Jan 26, 2012 · 1 comment
Closed

paver.virtual.bootstrap issues #44

martinevong opened this issue Jan 26, 2012 · 1 comment
Assignees
Milestone

Comments

@martinevong
Copy link

Hello,

When trying to use paver.virtual.bootstrap from version 1.1.0, I get this error:

  File "/usr/local/lib/python2.6/dist-packages/Paver-1.0.5-py2.6.egg/paver/virtual.py", line 53, in _create_bootstrap
    bootstrap_contents = virtualenv.create_bootstrap_script(extra_text)
AttributeError: 'function' object has no attribute 'create_bootstrap_script'

It seems that the virtualenv decorator is clashing with the virtualenv import in that file. So I have renamed the decorator to get around that.

Also, when trying to run paver.virtual.bootstrap, it attempts to install paver version 1.1.0 which is not reachable using easy_install. The highest version easy_install can find is 1.0.5. This is the output:

paver bootstrap
---> pavement.bootstrap
---> paver.virtual.bootstrap
Write bootstrap script test/bootstrap.py
cd test; /usr/bin/python2.6 bootstrap.py
New python executable in ./bin/python2.6
Also creating executable in ./bin/python
Installing setuptools............done.
Installing pip...............done.
Searching for paver==1.1.0
Reading http://pypi.python.org/simple/paver/
Reading http://www.blueskyonmars.com/projects/paver/
Reading http://paver.github.com/
No local packages or download links found for paver==1.1.0

Is there something that I am doing wrong? I would like to keep using version 1.1.0 as the virtualenv decorator is very useful.

Thank you!

@Almad
Copy link
Member

Almad commented Feb 5, 2012

Yeah, this looks like import conflit, I'll take a look.

@ghost ghost assigned Almad Feb 5, 2012
@Almad Almad closed this as completed in 8b53eaf May 6, 2012
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

2 participants