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:
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.
We have no problem accessing the paypal URL's FWIW...
The thread you are referencing is from 2008...
Looks like an interesting post on IPN here. I haven't tried it.
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.
Paypal-python works in 2.5.