2010年11月25日木曜日

werkzeugインストール

Kayにも使われているwerkzeugだが、以下のサイトで詳しい説明がある。

wiki Python/Werkzeug

本家サイト

Kayにはwerkzeugが含まれているが、別途Pythonに導入する場合は Easy Install もしくは mercurial を使用する。

easy_install によるインストール

コマンド  easy_install Werkzeug
C:\>easy_install Werkzeug
Searching for Werkzeug
Reading http://pypi.python.org/simple/Werkzeug/
Reading http://werkzeug.pocoo.org/
Reading http://trac.pocoo.org/repos/werkzeug/trunk
Best match: Werkzeug 0.6.2
Downloading http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.6.2.tar
.gz#md5=519408350346a247333bb5d584371724
Processing Werkzeug-0.6.2.tar.gz
Running Werkzeug-0.6.2\setup.py -q bdist_egg --dist-dir c:\users\xxx\appdata
\local\temp\easy_install-t9wigv\Werkzeug-0.6.2\egg-dist-tmp-ladycu
no previously-included directories found matching 'docs\_build\doctrees'
zip_safe flag not set; analyzing archive contents...
werkzeug.serving: module references __file__
werkzeug.utils: module references __path__
werkzeug.__init__: module references __file__
werkzeug.__init__: module references __path__
werkzeug.contrib.jsrouting: module MAY be using inspect.trace
werkzeug.debug.render: module references __file__
werkzeug.debug.tbtools: module MAY be using inspect.getsourcefile
werkzeug.debug.utils: module references __file__
werkzeug.debug.__init__: module references __file__
Adding werkzeug 0.6.2 to easy-install.pth file

Installed c:\python25\lib\site-packages\werkzeug-0.6.2-py2.5.egg
Processing dependencies for Werkzeug
Finished processing dependencies for Werkzeug

mercurialでのクーロン設定

コマンド  hg clone http://dev.pocoo.org/hg/werkzeug-main