Direkt zum Inhalt Direkt zur Navigation

Veit Schiele Kommunikationsdesign

MySQLdb 1.2.2

Autor: Veit Schiele
Zuletzt verändert: 27.03.2008 15:27
Rechte: © Veit Schiele 2006

Python-Modul, das eine Schnittstelle zu MySQL bereitstellt.

Download und Installation

$ cd /opt/python/Python-2.4.4/Extensions 
$ wget http://heanet.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz
$ tar xzf MySQL-python-1.2.2.tar.gz
$ cd MySQL-python-1.2.2
$ /opt/python/Python-2.4.4/bin/python setup.py build
$ /opt/python/Python-2.4.4/bin/python setup.py install