niiyan's blog

niiyanの個人ブログ。

Google App Engine Oil (GAEO)のインストール

結局、新しいバージョンを待ちきれずに、Google App Engine Oil (GAEO) 0.3 をインストールしました。

下準備

あらかじめ easy_install をインストールしました。
関連記事: easy_install のインストール - にーやんのブログ 2

手順

コマンドプロンプトを起動。

easy_install gaeo

とする。

自動的に現時点での最新版(0.3)がインストールされた。

何がインストールされたか覚えておくため、以下にログをメモ:

C:\foo>easy_install gaeo
Searching for gaeo
Reading http://pypi.python.org/simple/gaeo/
Reading http://blog.gaeo.org/
Reading http://code.google.com/p/google-app-engine-oil/
Best match: gaeo 0.3
Downloading http://google-app-engine-oil.googlecode.com/files/gaeo-0.3.zip
Processing gaeo-0.3.zip
Running gaeo-0.3\setup.py -q bdist_egg --dist-dir c:\docume~1\[ユーザー名]\locals~1\te
mp\easy_install-qlhbpp\gaeo-0.3\egg-dist-tmp-kytbbf
Adding gaeo 0.3 to easy-install.pth file
Installing gaeo-script.py script to C:\Python25\Scripts
Installing gaeo.exe script to C:\Python25\Scripts
Installing gaeo.exe.manifest script to C:\Python25\Scripts
Installing gaeogen-script.py script to C:\Python25\Scripts
Installing gaeogen.exe script to C:\Python25\Scripts
Installing gaeogen.exe.manifest script to C:\Python25\Scripts

Installed c:\python25\lib\site-packages\gaeo-0.3-py2.5.egg
Processing dependencies for gaeo
Finished processing dependencies for gaeo