Django 和 python-twitter 错误

发布于 2024-08-06 10:23:31 字数 478 浏览 2 评论 0 原文

我正在尝试将我的标题帖子发送到 Twitter。在我的本地计算机中,这工作得很好,但在远程计算机中,我从代码片段文件中收到此错误:

AttributeError: 'module' object has no attribute 'Api'

我正在使用 python-twitter此代码段。我不知道为什么会抛出错误。我使用 import twitter 之类的命令测试了 python-twitter ,并将帖子从 python shell 发送到了 twitter。

I'm trying to send my title post to twitter. In my local machine, this is working great, but in the remote machine, I have this error from the snippet file:

AttributeError: 'module' object has no attribute 'Api'

I'm using python-twitter and this snippet. I don't know why the error is being thrown. I tested the python-twitter with commands like import twitter and I sent the post to twitter from the python shell.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖心男生 2024-08-13 10:23:31

我最近在一个项目中遇到了同样的问题。您的应用程序目录中是否有名为 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.

分开我的手 2024-08-13 10:23:31

要么安装不正确。无论如何,请查看 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文