The reason you aren't seeing it probably has to do with how you are adding
it in your buildout.  I would suggest using the recipe instead.  In your
buildout config add this:

[buildout]

parts =
    ....
    getpaid

eggs
    .....
    ${getpaid:eggs}

[getpaid]
recipe = getpaid.recipe.release
addpackages =
    getpaid.paypal

If you want to continue using the tarball, you'll probably have to add
getpaid.paypal to the eggs and in the zcml section of your buildout.

-Rob

On Fri, Feb 13, 2009 at 12:13 PM, spanish <[email protected]> wrote:

>
> Hello,
>
> I'm not sure if this is the right place for this question
> ("Development Mailing List for the GetPaid Ecommerce Framework").
> Sorry if no.
>
> I have installed a new Plone 3 buildout site (paster create -t
> plone3_buildout test, etc):
>    *  Plone 3.1.7
>    * CMF 2.1.1
>    * Zope (Zope 2.10.6-final, python 2.4.6, linux2)
>    * Python 2.4.6 (#1, Jan 10 2009, 19:05:37) [GCC 3.4.5 (Gentoo
> 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)]
>    * PIL 1.1.6
>
> And I have installed GetPaid tarball 0.6.2-1.
>
> I want to use PayPal, but in Payment Options of GetPaid configuration
> I only can view Testing Processor, Google Checkout and Paymentech.
>
> I have read the documentation, sites, messages,... about GetPaid and
> PayPal, but I have not managed to find a solution for my case (only
> for recipe option).
>
> Can anyone help me?
>
> Thanks and regards,
>
> Manuel
> >
>

--~--~---------~--~----~------------~-------~--~----~
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