카테고리 없음
1. download MySQL-python-1.2.2.tar.gz and setuptools-0.6c5-py2.4.egg
wget http://www.mysql.com/downloads/index.html
wget http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c5-py2.4.egg

2. Install Mysql-python
tar xvfz MySQL-python-1.2.2.tar.gz
mv or cp setuptools-0.6c5-py2.4.egg ./MySQL-python-1.2.2
cd MySQL-python-1.2.2
python setup.py install

ENd