ImportError: No module named cv
Any help? I'm usine "Pythonista" interpreter from an iphone and I get the above error after >>> import cv
Asked: 2013-08-18 17:11:26 -0600
Seen: 6,798 times
Last updated: Aug 18 '13
don't use the old cv api, it'll get discarded soon.
instead, import cv2, and use that, together with numpy