Je viens d'installer Compiz-fusion 0.7.7 en suivant la procedure donnée sur la page
Installation compiz-fusion 0.7.7 sous F8. Pour l'instant, tout semble bien fonctionner.
Je voudrais maintenant installer Screenlets. J'ai téléchargé les sources, mais lors de la compilation, j'obtiens le résultat suivant:
[root@localhost ~]# cd screenlets
[root@localhost screenlets]# make install
mkdir /etc/screenlets
mkdir: ne peut créer le répertoire `/etc/screenlets': Le fichier existe.
make: [install] Erreur 1 (ignorée)
python setup.py install --record=install.log --prefix=/usr
Creating language Binary for : screenlets-et
...
Creating language Binary for : screenlets-fr
running install
error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
make: *** [install] Erreur 1
Pourtant, Python semble bien être installé:
[root@localhost screenlets]# yum list python
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
Installed Packages
python.i386 2.5.1-15.fc8 installed
Quelqu'un a-t-il une idée pour résoudre ce problème?
Merci d'avance.