librelist archives

« back to archive

Flask & Paypal on App Engine?

Flask & Paypal on App Engine?

From:
Charles Falconer
Date:
2010-06-17 @ 09:44
Anyone have any recommendations for the easiest way to integrate Paypal
functionality into a Flask app?

I'd like to add some payment processing to my Flask/App Engine app but I'm
not sure if I will run into Google Sandbox issues on App Engine.

Re: [flask] Flask & Paypal on App Engine?

From:
Silas Baronda
Date:
2010-06-22 @ 17:24
Have you looked at GetPaid http://code.google.com/p/getpaid/

On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer
<charlesfalconer@gmail.com> wrote:
>
> Anyone have any recommendations for the easiest way to integrate Paypal
> functionality into a Flask app?
>
> I'd like to add some payment processing to my Flask/App Engine app but I'm
> not sure if I will run into Google Sandbox issues on App Engine.

Re: [flask] Flask & Paypal on App Engine?

From:
Charles Falconer
Date:
2010-06-22 @ 20:58
GetPaid requires Plone?

So you're suggesting something like: Flask + Plone + GetPaid + App Engine?

Thanks for the link but that looks complicated.

On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>wrote:

> Have you looked at GetPaid http://code.google.com/p/getpaid/
>
> On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer
> <charlesfalconer@gmail.com> wrote:
> >
> > Anyone have any recommendations for the easiest way to integrate Paypal
> > functionality into a Flask app?
> >
> > I'd like to add some payment processing to my Flask/App Engine app but
> I'm
> > not sure if I will run into Google Sandbox issues on App Engine.
>

Re: [flask] Flask & Paypal on App Engine?

From:
Silas Baronda
Date:
2010-06-22 @ 21:37
It wouldn't be straight forward conversion.

Currently there is no off-the-shelf components for flask yet.

So you either have to create something yourself or convert something else.

On Jun 22, 2010 4:58 PM, "Charles Falconer" <charlesfalconer@gmail.com>
wrote:

GetPaid requires Plone?

So you're suggesting something like: Flask + Plone + GetPaid + App Engine?

Thanks for the link but that looks complicated.



On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>
wrote:
>
> Have you looke...

Re: [flask] Flask & Paypal on App Engine?

From:
JimG
Date:
2010-06-22 @ 21:33
May be possible to adapt this : http://github.com/johnboxall/django-paypal but
it does rely on Django's models and signals.

On 22 June 2010 21:58, Charles Falconer <charlesfalconer@gmail.com> wrote:

> GetPaid requires Plone?
>
> So you're suggesting something like: Flask + Plone + GetPaid + App Engine?
>
> Thanks for the link but that looks complicated.
>
>
> On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>wrote:
>
>> Have you looked at GetPaid http://code.google.com/p/getpaid/
>>
>> On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer
>> <charlesfalconer@gmail.com> wrote:
>> >
>> > Anyone have any recommendations for the easiest way to integrate Paypal
>> > functionality into a Flask app?
>> >
>> > I'd like to add some payment processing to my Flask/App Engine app but
>> I'm
>> > not sure if I will run into Google Sandbox issues on App Engine.
>>
>
>

Re: [flask] Flask & Paypal on App Engine?

From:
Charles Falconer
Date:
2010-06-22 @ 23:37
Yeah, that looks good for Django, thanks - but Django's models and signals
don't work on App Engine - is that what you mean?

On Tue, Jun 22, 2010 at 11:33 PM, JimG <j.gumbley@gmail.com> wrote:

> May be possible to adapt this : http://github.com/johnboxall/django-paypal but
> it does rely on Django's models and signals.
>
>
> On 22 June 2010 21:58, Charles Falconer <charlesfalconer@gmail.com> wrote:
>
>> GetPaid requires Plone?
>>
>> So you're suggesting something like: Flask + Plone + GetPaid + App Engine?
>>
>> Thanks for the link but that looks complicated.
>>
>>
>> On Tue, Jun 22, 2010 at 7:24 PM, Silas Baronda <silas.baronda@gmail.com>wrote:
>>
>>> Have you looked at GetPaid http://code.google.com/p/getpaid/
>>>
>>> On Thu, Jun 17, 2010 at 5:44 AM, Charles Falconer
>>> <charlesfalconer@gmail.com> wrote:
>>> >
>>> > Anyone have any recommendations for the easiest way to integrate Paypal
>>> > functionality into a Flask app?
>>> >
>>> > I'd like to add some payment processing to my Flask/App Engine app but
>>> I'm
>>> > not sure if I will run into Google Sandbox issues on App Engine.
>>>
>>
>>
>