Django 和 python-twitter 错误
我正在尝试将我的标题帖子发送到 Twitter。在我的本地计算机中,这工作得很好,但在远程计算机中,我从代码片段文件中收到此错误:
AttributeError: 'module' object has no attribute 'Api'
我正在使用 python-twitter 和此代码段。我不知道为什么会抛出错误。我使用 import twitter
之类的命令测试了 python-twitter
,并将帖子从 python shell 发送到了 twitter。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最近在一个项目中遇到了同样的问题。您的应用程序目录中是否有名为 twitter 的文件夹或名为 twitter.py 的文件?应用程序目录中的文件或文件夹可能会与 python-twitter 库产生冲突。
I had the same problem on a project recently. Do you have a folder in your application directory named twitter or a file named twitter.py? A file or folder in your application directory can create a conflict with the python-twitter library.
要么安装不正确。无论如何,请查看 http://code.google.com/p/python- 上的文档推特/
Either installation is not proper. Anyway , take look at the documentation at http://code.google.com/p/python-twitter/