【发布时间】:2014-10-10 13:54:26
【问题描述】:
我正在尝试使用 tweepy 和 GAE 发布更新。代码在 localhost 中运行良好。但是当我在 GAE 中上传它并尝试打开 URL 时,我收到以下错误:
raise TweepError('Failed to send request: %s' % e)
TweepError: Failed to send request: The Socket API will be enabled for this application once billing has been enabled in the admin console.
所以我的问题是,tweepy 是否需要启用计费才能与应用引擎和 有什么解决方法吗?
我在 app.yaml 中提到的第 3 方库是 webapp2 和 ssl(与应用引擎一起使用时,tweepy 需要它)
【问题讨论】:
标签: python google-app-engine python-2.7 tweepy