Paypal与Google应用程序engine-python集成

时间:2021-10-22 21:22:19

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应用程序引擎集成时报告的一些问题,如下所示:

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

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上也有一些项目,但似乎都没有更新。

#3


0  

Paypal-python works in 2.5.

Paypal-python适用于2.5。

#4


0  

Looks like an interesting post on IPN here. I haven't tried it.

在这里看起来像IPN上有趣的帖子。我没试过。

#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上也有一些项目,但似乎都没有更新。

#3


0  

Paypal-python works in 2.5.

Paypal-python适用于2.5。

#4


0  

Looks like an interesting post on IPN here. I haven't tried it.

在这里看起来像IPN上有趣的帖子。我没试过。