【发布时间】:2010-12-03 20:30:38
【问题描述】:
我正在尝试将我的标题帖子发送到 Twitter。在我的本地机器上,这很好用,但是在远程机器上,我从 sn-p 文件中得到这个错误:
AttributeError: 'module' object has no attribute 'Api'
我正在使用python-twitter 和this snippet。我不知道为什么会抛出错误。我使用import twitter 之类的命令测试了python-twitter,然后从python shell 将帖子发送到了twitter。
【问题讨论】:
标签: django twitter python-twitter