Bon j'ai pris mon courage à deux mains et me suit lancer dans l'install de l'addon bigbrother, mais voila deja bloqué à l'étape de l'installation de python-mysql avec cette erreur :
ks353545:~# cd /root/MySQL-python-1.2.2
ks353545:~/MySQL-python-1.2.2# pyton setup.py
-bash: pyton: command not found
ks353545:~/MySQL-python-1.2.2# python setup.py build
---------------------------------------------------------------------------
This script requires setuptools version 0.6c5 to run (even to display
help). I will attempt to download it for you (from
http://cheeseshop.python.org/packages/2.4/s/setuptools/), but
you may need to enable firewall access for this script first.
I will start the download in 15 seconds.
(Note: if this machine does not have network access, please obtain the file
http://cheeseshop.python.org/packages/2 ... -py2.4.egg
and place it in this directory before rerunning this script.)
---------------------------------------------------------------------------
Downloading
http://cheeseshop.python.org/packages/2 ... -py2.4.egg
sh: mysql_config: command not found
Traceback (most recent call last):
File "setup.py", line 16, in ?
metadata, options = get_config()
File "/root/MySQL-python-1.2.2/setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "/root/MySQL-python-1.2.2/setup_posix.py", line 24, in mysql_config
raise EnvironmentError, "%s not found" % mysql_config.path
EnvironmentError: mysql_config not found

Apparament il ne trouve pas mysql_config, il faut donc éditez son chemin danss le fichier site.cfg, mais quel chemin lui indiquer , je ne sait ou il se trouve
une idée chilperik ? je précise que la machine est sous debian 4.0 .
ps : si j'arrive le faire fonctionner , je ferai surement un tuto en francais
