3

I'm looking to use Google AppEngine (Python). The Tipfy framework looks very good. How do I add PayPal and/or Google Web Payments into my app.

Is there a simple extension or similar that I can drop in?

JMWhittaker
  • 3,633
  • 3
  • 23
  • 30
  • 1
    Please search: http://stackoverflow.com/search?q=%5Bpython%5D+paypal – S.Lott Sep 21 '10 at 10:13
  • possible duplicate of [Paypal integration with Google application engine-python](http://stackoverflow.com/questions/3634791/paypal-integration-with-google-application-engine-python) – S.Lott Sep 21 '10 at 10:13
  • 2
    Yes but I'm not using Django and the other thread you gave gives no answer so this question is stil valid IMHO – JMWhittaker Sep 21 '10 at 11:05
  • Did you check any of the other dozens of questions in the search results? Please check those. When you're done reading all the other related questions, please indicate how yours is actually different. Your question is too short (and too vague) for anyone else to know how it's different from existing questions. Please add details. Please read existing questions. – S.Lott Sep 21 '10 at 13:30
  • For your info S Lott I did read the other questions. Thx – JMWhittaker Oct 28 '10 at 17:38

1 Answers1

2

Here's the blog entry where they introduce the PayPal X toolkit for GAE/J:

Wednesday, June 30, 2010 PayPal introduces PayPal X Platform Toolkit for Google App Engine http://googleappengine.blogspot.com/2010/06/paypal-introduces-paypal-x-platform.html

In that article it says that they are working on the Python version.

If you have the flexibility you could wait for this official support, otherwise check one of the older stackoverflow topics on this issue where they discuss unofficial solutions.

Tom
  • 17,103
  • 8
  • 67
  • 75