Running Boto on Google App Engine (GAE)

[亡魂溺海] 提交于 2019-12-05 07:18:53

It sounds like you haven't copied the boto code to the root of your app engine directory.

Boto works with GAE but Google doesn't supply you with the code. Once you copy it into the root of your GAE directory, the dev server should work, and after your next upload it will work on the prod server as well.

Symbolic link should be enough. in your project root:

ln -s /path/to/boto/boto boto

Google app engine will upload it while deploying your app.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!