-->

cygwin 1.7 easy_install

cygwin
環境再構築(python2.5)

cygwinインストーラでpython2.5を入れる。

easy_install
Python Package Index : PyPI

setuptools
PEAK - The Python Enterprise Application Kit
ez_setup.py

前回eggから行ったが、上記ez_setup.pyを落とし、
$ python ez_setup.py
これでcygwin-1.7でもすんなりgaeo。
$ easy_install gaeo
OK!!

(参考文献)
Programmer's Gate / Effective Python / easy_install