Bonjour à tous !
Voila, ce matin, dans ma visite journalière de blogs, je tombe sur la petite application KeyJNote en python.
Je tente une install mais il me dit que j'ai quelques des problemes de dépendances :
Welcome to KeyJnote version 0.10.1
Oops! Cannot load necessary modules: No module named OpenGL.GL
To use KeyJnote, you need to install the following Python modules:
- PyOpenGL [python-opengl] http://pyopengl.sourceforge.net/
- PyGame [python-pygame] http://www.pygame.org/
- PIL [python-imaging] http://www.pythonware.com/products/pil/
- PyWin32 (OPTIONAL, Win32) http://starship.python.net/crew/mhammond/win32/
Additionally, please be sure to have pdftoppm or GhostScript installed if you
intend to use PDF input.
Comme bon yumien, je tente un yum install pyopengl pygame pil, et voila ce qu'il me retourne :
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
pygame i386 1.7.1-14.fc7 fedora 697 k
Installing for dependencies:
SDL_mixer i386 1.2.8-5.fc8 updates 96 k
SDL_ttf i386 2.0.9-3.fc8 fedora 26 k
mikmod i386 3.2.2-2.fc7 fedora 228 k
maintenant, si je fait un yum install PyOpenGL PyGame PIL, il me retourne :
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
PyOpenGL noarch 3.0.0-0.4.a6.fc8 fedora 1.0 M
Installing for dependencies:
python-setuptools noarch 0.6c7-2.fc8 fedora 298 k
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
yum serait-il sensible à la casse ? m'aurait-on mentit ???