Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I include Stripe library with Google App Engine

I am trying to implement Stripe payment https://stripe.com/ in my app. I need to include this library https://stripe.com/docs/libraries. I downloaded and installed it on Lib/site-packages. I checked in IDLE and import stripe works. How do I include this in my app's folder?

like image 801
Zeynel Avatar asked Nov 16 '11 04:11

Zeynel


1 Answers

Just place the stripe directory from the library in your app's root directory.

like image 176
Nick Johnson Avatar answered Nov 12 '22 02:11

Nick Johnson