I'm trying to test if the latest getpaid recipe works with Plone 2.5  So far
I've run getpaid with the test processor with no problem. If I add
getpaid.formgen and don't add it to my zcml, then it is not available to
Plone on startup (I thought the recipe handled that for me?)  If I do add it
then I get this error at startup:

    ZopeXMLConfigurationError: File
> "/home/rob/projects/getpaid2.5/eggs/getpaid.formgen-0.1-py2.4.egg/getpaid/formgen/browser/configure.zcml",
> line 6.4-6.47
>     ConfigurationError: ('Invalid value for', 'package', "ImportError:
> Couldn't import plone.app, No module named app")
>

This is the zcml file referenced in the error:

<configure
>     xmlns="http://namespaces.zope.org/zope";
>     xmlns:browser="http://namespaces.zope.org/browser";
>     i18n_domain="getpaid.formgen">
>
>     <include package="plone.app.contentmenu" />
>
>     <!-- -*- extra stuff goes here -*- -->
>
> </configure>
>

I'm using as sparse a buildout as possible.  I'll attach it, but I'm not
sure if google will allow it.  Basically it's just the template generated by
paster create -t plone25_buildout with getpaid recipe, Five and CMFonFive
added.  e.g.

[productdistros]
> recipe = plone.recipe.distros
> urls =
>
> http://plone.org/products/ploneformgen/releases/1.2.1/pfg-1-2-1_sf-1-1_bundle.tgz
>     http://codespeak.net/z3/five/release/Five-1.4.2.tgz
> nested-packages =
> version-suffix-packages =
>
> [productcheckouts]
> recipe=infrae.subversion
> urls=
>     http://codespeak.net/svn/z3/CMFonFive/trunk/@64794 CMFonFive


>From looking at my other working getpaid buildout (mostly checkouts of
trunk) I can't see where it is getting plone.app.contentmenu from, so any
pointers would be appreciated.  Thanks.

-Rob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/getpaid-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: buildout.cfg
Description: Binary data

Reply via email to