This is our buildout, hope this helps:
[buildout]
parts =
plone
zope2
productdistros
instance
zopepy
getpaid-cleanup
# Add additional egg download sources here. dist.plone.org contains
archives
# of Plone packages.
find-links =
http://dist.plone.org
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
# Add additional eggs here
# elementtree is required by Plone
eggs =
elementtree
dateutil
simplejson
zc.ssl
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
[plone]
recipe = plone.recipe.plone>=3.1.1,<3.2dev
[zope2]
recipe = plone.recipe.zope2install
url = ${plone:zope2-url}
# Use this section to download additional old-style products.
# List any number of URLs for product tarballs under URLs (separate
# with whitespace, or break over several lines, with subsequent lines
# indented). If any archives contain several products inside a top-
level
# directory, list the archive file name (i.e. the last part of the
URL,
# normally with a .tar.gz suffix or similar) under 'nested-packages'.
# If any archives extract to a product directory with a version
suffix, list
# the archive name under 'version-suffix-packages'.
[productdistros]
recipe = plone.recipe.distros
urls =
http://getpaid.googlecode.com/files/PloneGetPaid-bundle-0.6.2-1.tar.gz
nested-packages =
version-suffix-packages =
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8080
debug-mode = on
verbose-security = on
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs
above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
${buildout:eggs}
${plone:eggs}
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
products =
${buildout:directory}/products
${productdistros:location}
${plone:products}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
# A section to move some GetPaid files into the appropriate location
after their initial download
[getpaid-cleanup]
recipe = plone.recipe.command
update-command = ${getpaid-cleanup:command}
command =
if [ -d ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/Products/PloneGetPaid/ ]
then
echo 'moving PloneGetPaid packages...'
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/Products/PloneGetPaid/ \
${buildout:directory}/parts/productdistros/
echo 'moving libs for PloneGetPaid...'
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/five/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/gchecky/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/getpaid/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/hurry/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/ore/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/yoma/ \
${buildout:directory}/parts/zope2/lib/python/
mv ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle/lib/python/zc/ \
${buildout:directory}/parts/zope2/lib/python/
rm -Rf ${buildout:directory}/parts/productdistros/PloneGetPaid-
bundle
fi
On Nov 25, 12:15 pm, jeroen <[EMAIL PROTECTED]> wrote:
> This is the error I get today from a clean buildout with plone 3.1.7
> and zope 2.10 and the GetPaid 6.2 tarball from plone.org
>
> "zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/home/
> zope/2.10/buildout/testgetpaidegg/parts/instance1/etc/site.zcml", line
> 15.2-15.23
> ZopeXMLConfigurationError: File "/home/zope/2.10/buildout/
> testgetpaidegg/products/PloneGetPaid/configure.zcml", line 25.0-25.48
> ConfigurationError: ('Invalid value for', 'package', 'ImportError:
> Module five has no global intid')"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---