去https://code.google.com/p/dict4ini/ 下载zip包:
执行:wget https://dict4ini.googlecode.com/files/dict4ini-0.9.9.zip
unzip dict4ini-0.9.9.zip
cd dict4ini-0.9.9
python setup.py build
python setup.py install
验证:
[gpadmin@elcid-dev1 dict4ini-0.9.9]$ python
Python 2.6.2 (r262:71600, May 12 2009, 15:34:31)
[GCC 4.1.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dict4ini
>>>