Well i am running some python scripts to test several features on my android app and I am using the monkeyrunner tool and everything works great. But to test some features, I need to use the OpenCV module which I can't import in monkeyrunner. Is there any way to import this library?
import cv2
Traceback (most recent call last): File "", line 1, in ImportError: No module named cv2