This buildout works today for us.

Hope this helps you.




[buildout]
parts =
    plone
    zope2
    productdistros
    instance
    zopepy
    getpaid

unzip = true

# 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

# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =

versions = versions

[versions]
plone.recipe.plone = 3.1.7
getpaid.recipe.release = 0.1.1

[plone]
recipe = plone.recipe.plone

[zope2]
recipe = plone.recipe.zope2install
url = ${plone:zope2-url}
fake-zope-eggs = true
skip-fake-eggs =
additional-fake-eggs = ZODB3

# 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 =
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}
    ${getpaid: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

[getpaid]
recipe = getpaid.recipe.release

addpackages =
    getpaid.paymentech
    getpaid.discount






On Nov 25, 10:21 am, jeroen <[EMAIL PROTECTED]> wrote:
> This is the error I get today from getpaid.recipe.release 0.1.1:
>
> "Installing getpaid.
>  Getting distribution for 'hurry.workflow==0.9.1-getpaid'.
> Error: Couldn't find a distribution for 'hurry.workflow==0.9.1-
> getpaid'."
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to