[Distutils] buildout / distribute issue
Kent Tenney
ktenney at gmail.com
Wed Mar 17 18:33:31 CET 2010
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] = [
,
]
-----------------------------------
Thanks,
Kent
More information about the Distutils-SIG
mailing list