installing OpenCV 2.0 on Ubuntu Karmic: still get ImportError from "import cv" in Python

Posted by kostmo on Super User See other posts from Super User or by kostmo
Published on 2010-02-25T23:59:15Z Indexed on 2010/05/08 5:48 UTC
Read the original article Hit count: 421

Filed under:
|
|
|

I have tried compiling and installing from the 2.0.0 release source, the SVN head, and from a PPA. After each, I still get the following from a Python console:

>>> import cv
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named cv

Starting with the "new" Python interface in 2.0, that import is supposed to work.

© Super User or respective owner

Related posts about python

Related posts about opencv