Paypal 与 Google 应用程序引擎-python 集成

发布于 2024-09-18 07:04:03 字数 610 浏览 2 评论 0原文

我必须将 paypal 与我的应用程序集成,该应用程序是使用 python 构建在应用程序引擎补丁上的。

我在网上搜索,发现 paypal 与 google 应用程序引擎集成中报告了一些问题,如下所示:

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

有一个 paypalx-gae-toolkit

http://code.google.com/p/paypalx-gae-toolkit/ 但这适用于 java。

python 有类似的工具包吗?

请建议。

提前致谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

紧拥背影 2024-09-25 07:04:03

我们访问 paypal URL 的 FWIW 没有问题...

您引用的线程来自 2008 年...

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

The thread you are referencing is from 2008...

§对你不离不弃 2024-09-25 07:04:03

Python 的官方工具包尚未发布,因此一个有前途的库似乎是
paypal-python。至少它正在积极开发。一个问题是它需要 Python 2.6 或 2.7,但也许将其反向移植到 Python 2.5 并不困难。

还有Google 代码上的一些项目,但似乎没有一个是最新的。

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.

初见终念 2024-09-25 07:04:03

Paypal-python 适用于 2.5。

Paypal-python works in 2.5.

你另情深 2024-09-25 07:04:03

此处。我没试过。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文