Tim, Did you success in building a plone site with getpaid and testing with sandbox.paypal account. May you help me step by step to do that?
Thank you Thanh On Thu, Nov 20, 2008 at 4:53 AM, Tim Knapp <[EMAIL PROTECTED]> wrote: > > Hello, > > If you have a look back through the archives you'll note that the > product is in a very 'alpha' state and that some others on the list have > voiced interest in fixing getpaid.paypal up. > > Having said that, one thing you need to check is the config.py in the > getpaid.paypal products root directory and ensure the right values are > in there (hopefully they're self-explanatory). > > Thanks, > Tim > > On Wed, 2008-11-19 at 23:47 -0800, [EMAIL PROTECTED] wrote: > > Here is my buildout.cfg file. May people help me? > > I am very hopeless now.? > > Thank for reading. > > > > Ky Thanh > > [buildout] > > parts = > > plone > > zope2 > > productdistros > > instance > > zopepy > > omelette > > zopeskel > > getpaid > > > > unzip = true > > extensions = buildout.eggtractor > > tractor-src-directory = src > > tractor-target-parts = instance > > > > find-links = > > http://dist.plone.org > > http://download.zope.org/ppix/ > > http://effbot.org/downloads > > http://pypi.python.org/pypi > > > > eggs = > > elementtree > > plone.reload > > # nextg.PokerTool > > Products.DataGridField > > > > > > develop = > > # src/nextg.PokerTool > > > > > > > > [plone] > > recipe = plone.recipe.plone>=3.1.1,<3.2dev > > > > [zope2] > > recipe = plone.recipe.zope2install > > url = ${plone:zope2-url} > > fake-zope-eggs = true > > skip-fake-eggs = > > additional-fake-eggs = ZODB3 > > > > > > [productdistros] > > recipe = plone.recipe.distros > > urls = > http://plone.org/products/compoundfield/releases/1.0.1/compoundfield-1-0-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 > > eggs = > > ${buildout:eggs} > > ${plone:eggs} > > ${getpaid:eggs} > > > > # Needed for Python logging package > > # Set this to "info" if you need less output or you don't use logging > > event-log-level = debug > > > > # If you want to register ZCML slugs for any packages, list them here. > > # e.g. zcml = my.package my.other.package > > zcml = > > plone.reload > > # nextg.PokerTool > > > > 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 > > > > [omelette] > > recipe = collective.recipe.omelette > > eggs = ${instance:eggs} > > products = > > ${instance:products} > > > > [zopeskel] > > recipe = zc.recipe.egg > > eggs = > > PasteScript > > ZopeSkel > > > > [getpaid] > > recipe = getpaid.recipe.release > > addpackages= > > getpaid.paymentech > > # getpaid.discount > > eggs = > > getpaid.paypal > > # getpaid.authorizedotnet > > # getpaid.pxpay > > # getpaid.googlecheckout > > # getpaid.ogone > > # getpaid.ups > > # getpaid.report > > # getpaid.wizard > > # getpaid.io > > # getpaid.warehouse > > # getpaid.flatrateshipping > > > > find-links= > > > http://getpaid.googlecode.com/files/hurry.workflow-0.9.1-getpaid.tar.gz > > > http://getpaid.googlecode.com/files/yoma.batching-0.2.1-getpaid.tar.gz > > > http://getpaid.googlecode.com/files/zc.resourcelibrary-0.5-getpaid.tar.gz > > http://getpaid.googlecode.com/files/zc.table-0.5.1-getpaid.tar.gz > > http://download.zope.org/distribution/ssl-for-setuptools-1.10 > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
