0
python twitter APIを使用しようとしていますが、Twitterクラスが見つかりません。例えば https://pypi.python.org/pypi/twitterTwitterクラスのPython twitter APIエラー
私はエラーなしで次の操作を行います
from twitter import *
しかし、私は実行します。
>>> t = Twitter(auth)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'Twitter' is not defined
私は何をしないのですか?インストールする必要がある別のpython twitterライブラリがありますか?
あなたはそのインポートを実行しようとしている同じ場所でtwitter.pyというファイルを作成しましたか? – idjaw
いいえ、私はPython REPLからちょうど実行しています – user3079275
私は他の答えを見ましたbtw – user3079275