Bonjour,
J'essaie depuis hier d'installer Kivy à partir de la doc suivante
Installation de Kivy mais j'ai un problème à l'étape suivante
python setup.py build_ext --inplace -f
J'ai comme erreur:
[INFO ] Kivy v1.5.2-dev
WARNING: GLES 2.0 headers are not found
Fallback to Desktop opengl headers.
running build_ext
Build configuration is:
* use_opengl_es2 = False
* use_opengl_debug = False
* use_mesagl = False
* use_glew = False
* use_sdl = False
* use_ios = False
Generate config.h
Generate config.pxi
cythoning kivy/graphics/texture.pyx to kivy/graphics/texture.c
building 'kivy.graphics.texture' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c kivy/graphics/texture.c -o build/temp.linux-x86_64-2.7/kivy/graphics/texture.o
kivy/graphics/texture.c:4:20: erreur fatale: Python.h : Aucun fichier ou dossier de ce type
compilation terminée.
error: command 'gcc' failed with exit status 1
Là c'est le rendu de la commande.
Ce ui me tracasse est ue gcc est installé par défaut.
Merci pour votre aide