[Distutils] buildout / distribute issue

Jim Fulton jim at zope.com
Wed Mar 17 19:00:54 CET 2010


On Wed, Mar 17, 2010 at 1:33 PM, Kent Tenney <ktenney at gmail.com> wrote:
> I'm abusing buildout thusly:
>
> $ mkdir bo
> $ cd bo
> $ wget http://python-distribute.org/bootstrap.py
>
> buildout.cfg:
> ----------------------------
> [buildout]
> parts = interp
>
> [interp]
> recipe = zc.recipe.egg
> interpreter = py
> eggs =
> ----------------------------
>
> $ python bootstrap.py -d
> $ bin/buildout
>
> Installing interp.
> Installing .
> Generated interpreter '/tmp/bo/bin/py'.
>
> $ bin/py
>
>  File "bin/py", line 6
>    ,
>    ^
> SyntaxError: invalid syntax
>
> from bin/py:
> -----------------------------------
> sys.path[0:0] = [
>  ,
>  ]
> -----------------------------------

This looks like a buildout bug. Please report it at

  https://bugs.launchpad.net/zc.buildout/+filebug

Jim

-- 
Jim Fulton


More information about the Distutils-SIG mailing list