Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only content in the application folder will be uploaded.
So you need to just take the relevant folder and put it in your app engine project folder. Just like you would import your own modules. It will then be availble to your app engine app.
So install the thing you want to install, take it’s install directory and copy it into your app engine applications directory. This is generic, it’s not specific to the package you have linked to.
This is a similar question: How do I manage third-party Python libraries with Google App Engine? (virtualenv? pip?)
Note that if it’s not pure python (i.e. has C components) it won’t work on app engine.
GAE note:
https://developers.google.com/appengine/kb/commontasks#thirdparty