wget http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz
gzip -d MySQL-python-1.2.2.tar.gz
tar -xvf MySQL-python-1.2.2.tar.gz
cd MySQL-python-1.2.0
python setup.py build
python setup.py install
Thats all.
wget http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.tar.gz
gzip -d MySQL-python-1.2.2.tar.gz
tar -xvf MySQL-python-1.2.2.tar.gz
cd MySQL-python-1.2.0
python setup.py build
python setup.py install
Thats all.
You must log in to post a comment.