Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python からツイートするスクリプト (ここなど) を作成しようとしていますが、呼び出してみると
import oauth2 as oauth
次のエラーが表示されます。
ImportError: oauth2 という名前のモジュールがありません
このモジュールはどこから入手できますか? ありがとう
pip がインストールされていることを確認してください。次に、ターミナルで次のコマンドを入力します。
$ pip install oauth2
https://github.com/simplegeo/python-oauth2