问题
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:
We have no problem accessing the paypal URL's FWIW...
The thread you are referencing is from 2008...
回答2:
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.
回答3:
Paypal-python works in 2.5.
回答4:
Looks like an interesting post on IPN here. I haven't tried it.
来源:https://stackoverflow.com/questions/3634791/paypal-integration-with-google-application-engine-python