gpt4 book ai didi

python twitter Api()未找到错误

转载 作者:行者123 更新时间:2023-11-28 20:53:21 25 4
gpt4 key购买 nike

我正在尝试使用 python-twitter 模块,但在启动 twitter.Api() 时仍然遇到问题。我检查并重新检查了我的系统上没有其他名为 twitter.py 或 twitter.pyc 的文件。在全新安装中,我首先尝试

>>> import twitter 

并正确得到'module unknown'的响应

我做了一个easy_install twitter,成功了。

然后做

>>> import twitter
>>> testapi = twitter.Api()

响应是

Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
testapi = twitter.Api()
AttributeError: 'module' object has no attribute 'Api'
>>>

我已经筋疲力尽试图在这里找到问题,请帮忙。

最佳答案

当您实际上正在使用另一个 Python Twitter 模块时,您似乎正在尝试遵循一个 Python Twitter 模块的文档。

您提到的 Api() 方法调用是 this Python Twitter module 的一部分.但是,当您使用 easy_install twitter 时,您实际上会得到 this other Python Twitter module .

关于python twitter Api()未找到错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4977883/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com