Wheezy
Bonjour, j'essaie d'installer le paquet nommé "python-opencv" pour pouvoir l'utiliser en Python :
- apt-get install python-opencv
Le paquet s'installe correctement. Mais quand j'essaie :
- python
[...]
import cv2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named cv2
J'obtiens une erreur. J'ai donc fait cette commande :
dpkg -L python-opencv
/.
/usr
/usr/lib
/usr/lib/pyshared
/usr/lib/pyshared/python2.7
/usr/lib/pyshared/python2.7/cv2.so
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/python-opencv
/usr/share/doc
/usr/share/doc/python-opencv
/usr/share/doc/python-opencv/copyright
/usr/share/doc/python-opencv/changelog.Debian.gz
/usr/share/python-support
/usr/share/python-support/python-opencv.public
/usr/share/pyshared
/usr/share/pyshared/cv.py
Tous les fichiers sont bien présents dans python 2.7
Je ne comprends pas d'où pourrait venir le problème, quelqu'un pourrait-il m'aider,
?
Merci d'avance.