twitter python脚本生成错误

时间:2015-03-17 23:06:54

标签: python twitter bots twitter-follow

HY。所以我安装了python 2.7.9和twitter跟随github的bot。我不知道自己做错了什么,但是当我尝试使用命令时,我收到错误。使用此from twitter_follow_bot import auto_follow_followers_for_user会导致此问题 Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> from twitter_follow_bot import auto_follow File "twitter_follow_bot.py", line 21, in <module> from twitter import Twitter, OAuth, TwitterHTTPError ImportError: cannot import name Twitter 知道我做错了什么。我之前从未使用过python,如果你能一步一步地向我解释它会很棒。 Thnaks

1 个答案:

答案 0 :(得分:0)

from twitter import Twitter, OAuth, TwitterHTTPError&#34; Twitter&#34;在&#34; twitter&#34;中不存在。尝试重新下载或仔细检查该文件是否在&#34; twitter&#34;。