
On Fri, Apr 30, 2010 at 04:28, Gary Poster <gary.poster@canonical.com> wrote:
I have made a beta release of zc.buildout 1.5.0.
1.5.0b1 was working fine for me, but 1.5.0b2 is acting weird; it seems to be requiring the find-links and allowed-hosts options, and after I set it, it fails with some strange error message: me@myhost:~/devel/users$ ./bin/buildout -Nv Develop: '/path/to/devel/users/.' Installing 'z3c.recipe.depgraph'. Picked: z3c.recipe.depgraph = 0.5 Getting required 'tl.eggdeps' required by z3c.recipe.depgraph 0.5. Picked: tl.eggdeps = 0.4 Getting required 'zc.recipe.egg' required by z3c.recipe.depgraph 0.5. Picked: zc.recipe.egg = 1.2.3b1 Installing graph. While: Installing graph. An internal error occured due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/path/to/eggs/zc.buildout-1.5.0b2-py2.6.egg/zc/buildout/buildout.py", line 1660, in main getattr(buildout, command)(args) File "/path/to/devel/eggs/zc.buildout-1.5.0b2-py2.6.egg/zc/buildout/buildout.py", line 532, in install installed_files = self[part]._call(recipe.install) File "/path/to/devel/eggs/zc.buildout-1.5.0b2-py2.6.egg/zc/buildout/buildout.py", line 1204, in _call return f() File "/path/to/devel/eggs/z3c.recipe.depgraph-0.5-py2.6.egg/z3c/recipe/depgraph/recipe.py", line 47, in install reqs, ws = self.egg.working_set(['z3c.recipe.depgraph']) File "/path/to/devel/eggs/zc.recipe.egg-1.2.3b1-py2.6.egg/zc/recipe/egg/egg.py", line 98, in working_set **kw) TypeError: install() got an unexpected keyword argument 'include_site_packages' Are there any docs on what I need to change in my buildout.cfg files to make them behave with the upcoming version of zc.buildout? Thanks, Attila