Twitter APIのPython ラッパーライブラリのインストール手順を以下に紹介。 実行環境は以下の通り。 OS :Windows7 Pythonの実行パス :C:\Python27 ダウンロードするもの python-twitter ライブラリ http://code.google.com/p/python-twitter/ 依存ライブラリ https://pypi.org/project/simplejson/ http://code.google.com/p/httplib2/ http://github.com/simplegeo/python-oauth2 インストール手順 まず、依存ライブラリをインストールする。それぞれ解凍したフォルダ上で以下のコマンドを実行 C:\httplib2-0.6.0>python setup.py install C:\simplejson-