Skip to content

Instantly share code, notes, and snippets.

@ivanteoh
Last active December 23, 2015 02:29
Show Gist options
  • Save ivanteoh/6567511 to your computer and use it in GitHub Desktop.
Save ivanteoh/6567511 to your computer and use it in GitHub Desktop.
buildout.deco buildout fail with python2.7
[buildout]
extends =
deco.cfg
initial-site.cfg
# If you want omelette, uncomment here and down there
parts +=
omelette
# add development tools that you might need to develop with
[instance]
eggs +=
Products.PrintingMailHost
iw.debug
plone.reload
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
Develop: '/Users/ivan/Code/workspace/buildout.deco/src/plone.app.contenttile'
Unused options for buildout: 'unzip'.
Updating _mr.developer.
Updating instance.
Installing test.
Couldn't find index page for 'plone.act' (maybe misspelled?)
Getting distribution for 'plone.act'.
Couldn't find index page for 'plone.act' (maybe misspelled?)
While:
Installing test.
Getting distribution for 'plone.act'.
Error: Couldn't find a distribution for 'plone.act'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment