Personal tools
You are here: Home Documents How-to JapaneseCodecsの導入

JapaneseCodecsの導入

Document Actions
Pythonパッケージの導入

Python2.3.4又はPython2.3.5で日本語変換に必要な、JapaneseCodecsのインストールを目的とします。

入手先

下記からPython2.3.5用を入手する。ダウンロード先は、「/home/zope/src/」とする。 http://ftp.python.jp/pub/JapaneseCodecs/JapaneseCodecs-1.4.11.tar.gz

インストール

ダウンロードしたファイルを展開し、続けてインストールを行います。:

$ cd /home/zope/src/
$ tar zxvf JapaneseCodecs-1.4.11.tar.gz
$ cd JapaneseCodecs-1.4.11
$ python setup.py build 
$ su
Password:「rootパスワードを入力」
# python setup.py install

終わりました!

以上で、インストールは終わりです。

This How-to applies to: Python 2.3.x

by 寺田 last modified 2006-02-10 18:54

Powered by Plone, the Open Source Content Management System