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

fix AttributeError with buildout 1.4.4 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

d-mo
Copy link

@d-mo d-mo commented Oct 30, 2012

Fixes the following error:

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/Users/dimo/.buildout/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1684, in main
getattr(buildout, command)(args)
File "/Users/dimo/.buildout/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 525, in install
installed_files = self[part]._call(update)
File "/Users/dimo/.buildout/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1227, in _call
return f()
File "/Users/dimo/.buildout/eggs/eqb.recipe.uwsgi-0.0.2-py2.7.egg/eqb/recipe/uwsgi/init.py", line 186, in update
self.create_conf_xml()
File "/Users/dimo/.buildout/eggs/eqb.recipe.uwsgi-0.0.2-py2.7.egg/eqb/recipe/uwsgi/init.py", line 150, in create_conf_xml
paths = zc.buildout.easy_install._get_path(ws, self.get_extra_paths())
AttributeError: 'module' object has no attribute '_get_path'

Dimitris Moraitis added 2 commits October 30, 2012 16:33
With buildout 1.4.4 I've been getting the following error. This patch fixes it for me:

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/Users/dimo/.buildout/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1684, in main
    getattr(buildout, command)(args)
  File "/Users/dimo/.buildout/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 525, in install
    installed_files = self[part]._call(update)
  File "/Users/dimo/.buildout/eggs/zc.buildout-1.4.4-py2.7.egg/zc/buildout/buildout.py", line 1227, in _call
    return f()
  File "/Users/dimo/.buildout/eggs/eqb.recipe.uwsgi-0.0.2-py2.7.egg/eqb/recipe/uwsgi/__init__.py", line 186, in update
    self.create_conf_xml()
  File "/Users/dimo/.buildout/eggs/eqb.recipe.uwsgi-0.0.2-py2.7.egg/eqb/recipe/uwsgi/__init__.py", line 150, in create_conf_xml
    paths = zc.buildout.easy_install._get_path(ws, self.get_extra_paths())
AttributeError: 'module' object has no attribute '_get_path'
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

Successfully merging this pull request may close these issues.

1 participant