collective / collective.hostout

zc.buildout deployment and remote control
22 stars 7 forks source link

Traceback on python-version #12

Open aclark4life opened 13 years ago

aclark4life commented 13 years ago

With no python-version set, I get:

aclark@Alex-Clarks-MacBook-Pro:~/Developer// > bin/hostout host bootstrap Hostout: Running command 'bootstrap' from 'collective.hostout.fabfile' Traceback (most recent call last): File "bin/hostout", line 18, in collective.hostout.hostout.main('/Users/aclark/Developer//parts/hostout/hostout.cfg',sys.argv[1:]) File "/Users/aclark/Downloads/eggs-directory/collective.hostout-1.0a5-py2.6.egg/collective/hostout/hostout.py", line 652, in main res = hostout.runcommand(cmd, _cmdargs) File "/Users/aclark/Downloads/eggs-directory/collective.hostout-1.0a5-py2.6.egg/collective/hostout/hostout.py", line 384, in runcommand res = superfun(funcs, cmdargs, _vargs) File "/Users/aclark/Downloads/eggs-directory/collective.hostout-1.0a5-py2.6.egg/collective/hostout/hostout.py", line 379, in superfun res = func(_cmdargs, *_vargs) File "/Users/aclark/Downloads/eggs-directory/collective.hostout-1.0a5-py2.6.egg/collective/hostout/fabfile.py", line 223, in bootstrap version = api.env['python-version'] KeyError: 'python-version'

jean commented 12 years ago

Same here. Also, with no buildout-group set, I get: KeyError: 'buildout-group'.

I updated the docs to reflect this: https://github.com/collective/collective.hostout/pull/16