I have to integrate paypal with my application which is built on app engine patch with python.
我必须将paypal与我的应用程序集成,该应用程序是基于python的app引擎补丁构建的。
I searched over the web and found some issues reported in paypal integration with google application engine like here:
我在网上搜索并发现Paypal与google应用程序引擎集成时报告的一些问题,如下所示:
There is a paypalx-gae-toolkit
有一个paypalx-gae工具包
http://code.google.com/p/paypalx-gae-toolkit/ but this is for java.
http://code.google.com/p/paypalx-gae-toolkit/但这适用于java。
Is there a similar toolkit for python?
是否有类似的python工具包?
Please suggest.
Thanks in advance.
提前致谢。
4 个解决方案
#1
3
We have no problem accessing the paypal URL's FWIW...
我们访问paypal URL的FWIW没有问题...
The thread you are referencing is from 2008...
您引用的主题是2008年...
#2
1
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.
Python的官方工具包尚未发布,因此一个有前途的库似乎是paypal-python。它至少是积极发展的。一个问题是它需要Python 2.6或2.7,但也许将它反向移植到Python 2.5并不困难。
There are also some projects on Google Code, but none seems very updated.
Google Code上也有一些项目,但似乎都没有更新。
#1
3
We have no problem accessing the paypal URL's FWIW...
我们访问paypal URL的FWIW没有问题...
The thread you are referencing is from 2008...
您引用的主题是2008年...
#2
1
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.
Python的官方工具包尚未发布,因此一个有前途的库似乎是paypal-python。它至少是积极发展的。一个问题是它需要Python 2.6或2.7,但也许将它反向移植到Python 2.5并不困难。
There are also some projects on Google Code, but none seems very updated.
Google Code上也有一些项目,但似乎都没有更新。