RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

need to add "fake-zope-eggs = true" directive when using getpaid.recipe.release #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please update the Detailed Documentation at
http://pypi.python.org/pypi/getpaid.recipe.release to indicate the
necessity of fake-zope-eggs = true. Thanks!

What steps will reproduce the problem?

1. Make sure your buildout (without getpaid.recipe.release) works--mine
didn't include the fake-zope-eggs directive and worked.
2. Follow the directions at
http://pypi.python.org/pypi/getpaid.recipe.release to add PloneGetPaid to
your buildout--these are great instructions!
3. Try to start the instance

What is the expected output? What do you see instead?

The instance should start. Instead, you see an error:
    ConfigurationError: ('Invalid value for', 'handler', 'ImportError:
Module zope.app.component.metaconfigure has no global defaultLayer')

Per http://plone.org/support/forums/core#nabble-td363400, this is "a
problem stemming from the fact that Zope 2 is not eggified yet." (7/7/2008)

The solution is to add "fake-zope-eggs = true" in the [zope2] part of your
buildout (where recipe = plone.recipe.zope2install).

What version of the product are you using? On what version of Plone? How
did you install it (tarball vs buildout vs...)?

Using getpaid.recipe.release and Plone 3.1.6

Original issue reported on code.google.com by mcgruff....@gmail.com on 11 Oct 2008 at 5:54

GoogleCodeExporter commented 9 years ago
I added it to the readme of the recipe.

Original comment by lucielej...@gmail.com on 16 Oct 2008 at 1:55