Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Tweepy Google应用程序引擎计费错误_Python_Google App Engine_Python 2.7_Tweepy - Fatal编程技术网

Python Tweepy Google应用程序引擎计费错误

Python Tweepy Google应用程序引擎计费错误,python,google-app-engine,python-2.7,tweepy,Python,Google App Engine,Python 2.7,Tweepy,我正在尝试使用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 adm

我正在尝试使用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中提到的第三方库是webapp2和ssl(tweepy在与app engine一起使用时需要它)

我认为tweepy本身不需要计费,但tweepy似乎正在使用套接字API来完成它的工作,并且该API需要启用计费


您可以启用计费,但仍然保持在免费配额之下,正如您所知,您只需小心。请注意,您总是可以设置一个非常低的值。

谢谢,但要激活账单,我需要一张我没有的信用卡/借记卡。twitter API周围是否有不使用Sockets API的python包装器?@Saikateshmukh很抱歉延迟回答您的评论。不幸的是,我不知道有这样的包装。很抱歉