views:

145

answers:

2

Hi all,

I have to integrate paypal with my application which is built on app engine patch with python.

I searched over the web and found some issues reported in paypal integration with google application engine like here:

http://groups.google.com/group/google-appengine/browse_thread/thread/9059b0750c45703b/b1d0611dd4b04273

There is a paypalx-gae-toolkit

http://code.google.com/p/paypalx-gae-toolkit/ but this is for java.

Is there a similar toolkit for python?

Please suggest.

Thanks in advance.

+1  A: 

The official toolkit for Python wasn't released yet, so a promising library seems to be paypal-python. It is actively developed at least. One problem is that it requires Python 2.6 or 2.7, but maybe it would not be hard to backport it to Python 2.5.

There are also some projects on Google Code, but none seems very updated.

moraes
+2  A: 

We have no problem accessing the paypal URL's FWIW...

The thread you are referencing is from 2008...

Cloudbreak NZ
Yes, I have successfully integrated it with app engine, was afraid of those links actually. Thanks
anand