Bonjour tout le monde!

Je viens vers vous car je suis vraiment à bout sur un problème de configuration de pypar.
En effet:
-Je veux faire du parallélisme en python, donc j'utilise pypar.

Version: pypar_1.9.3
configuration: Ubuntu 8.04
J'ai suivi un tuto mais à la fin, la configuration a planté avec l'erreur suivante:


~/pypar_1.9.3$ python setup.py install
sh: mpicc: not found
sh: mpicc: not found
sh: mpicc: not found
sh: mpicc: not found

running install
running build
running build_py
running build_ext
building 'pypar.mpiext' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c mpiext.c -o build/temp.linux-i686-2.4/mpiext.o
gcc: mpiext.c : Aucun fichier ou dossier de ce type
gcc: pas de fichier à l'entrée
error: command 'gcc' failed with exit status 1



Quelqu'un aurait-il une idée?
Merci d'avance!