こもろぐ @tenkoma

What We Find Changes Who We Become -- Peter Morville著『アンビエント・ファインダビリティ 』

広告:本ブログで紹介している書籍等商品の紹介でAmazonアソシエイトを利用していることがあります。

PEAKで怠け者になるんだ

autoimpがインストールできない…と悩んだが1日寝かせて解決! - Engineer as a Lifestyle @tenkoma

# Voluntas 『基本的にはsite-packages直下でいいみたいです。
easy_installを愛用しているのでどこに入れているのか意識していませんでしたorz

なにその便利そうなツールの名前.また僕の知らない事ヲ!

インストール

EasyInstall - The PEAK Developers' Centerからez_setup.pyをDLして実行する.→できた
何度もつかうだろうから環境変数PATHに;C:\Python24\Scripts\*1を追加してあげよう.
再ログインしてインストールコマンドを実行(なぜか最初にSQLobjectというツールを入れる人が多いので僕も)

C:\Documents and Settings\userid>easy_install SQLobject
Searching for SQLobject
Reading http://www.python.org/pypi/SQLobject/
Couldn't find index page for 'SQLobject' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/
Reading http://www.python.org/pypi/SQLObject/0.7.1b1
Reading http://sqlobject.org
Reading http://www.python.org/pypi/SQLObject/0.7.0
Best match: SQLObject 0.8dev
Downloading http://svn.colorstudy.com/SQLObject/trunk#egg=SQLObject-0.8dev
Doing subversion checkout from http://svn.colorstudy.com/SQLObject/trunk to c:\docume~1\userid\loca
ls~1\temp\easy_install-92_zfa\trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir c:\docume~1\userid\locals~1\temp\easy_install-92_zfa\trunk
\egg-dist-tmp-4ameed
warning: no files found matching 'examples\*.py'
warning: no files found matching '*.py' under directory 'tests'
zip_safe flag not set; analyzing archive contents...
sqlobject.classregistry: module references __file__
sqlobject.manager.command: module references __file__
Adding sqlobject 0.8dev-r1814 to easy-install.pth file
Installing sqlobject-admin script to C:\Python24\Scripts

Installed c:\python24\lib\site-packages\sqlobject-0.8dev_r1814-py2.4.egg
Processing dependencies for SQLobject
Searching for FormEncode>=0.2.2
Reading http://www.python.org/pypi/FormEncode/
Reading http://formencode.org
Reading http://www.python.org/pypi/FormEncode/0.5.1
Best match: FormEncode 0.5.1
Downloading http://cheeseshop.python.org/packages/2.4/F/FormEncode/FormEncode-0.5.1-py2.4.egg#md5=f8
a19cbe95d0ed1b9d1759b033b7760d
Processing FormEncode-0.5.1-py2.4.egg
creating c:\python24\lib\site-packages\FormEncode-0.5.1-py2.4.egg
Extracting FormEncode-0.5.1-py2.4.egg to c:\python24\lib\site-packages
Adding FormEncode 0.5.1 to easy-install.pth file

Installed c:\python24\lib\site-packages\formencode-0.5.1-py2.4.egg

途中でsvnがネットにアクセスしようとするってZoneAlarmが警告しました.svnリポジトリから直接落とす機能もあるんですかね?
id:Voluntasさん情報提供毎度ありがとうございます.

追記

id:Voluntasさんによる説明がありました:2006-07-21
怠け者ばんざい,駄目人間ばんざーい
-Uスイッチで更新と.
UTF-8(BOM)のBOMについて知らなかったので調べた→UTF-8 - Wikipedia
UTF-8を読み込めるけどBOMを認識しないのでエラーになる場合もあると.

*1:easy_install.exeが入ってる場所