ImportError: No module named cv

asked 2013-08-18 17:11:26 -0600

six1eight gravatar image

Any help? I'm usine "Pythonista" interpreter from an iphone and I get the above error after >>> import cv

edit retag flag offensive close merge delete

Comments

don't use the old cv api, it'll get discarded soon.

instead, import cv2, and use that, together with numpy

berak gravatar imageberak ( 2013-08-18 17:16:43 -0600 )edit