I have OpenCV3 installed on my machine, and from Python2.7 I can import it with no problem,
Import cv2
But doing samething using Python3 would lead to missing module error,
I read some solutions that need to install OpenCV again, like this
But I don't want to install OpenCV again from Scratch, so how can I just link Python3 with the installed OpenCV,
Thanks,
P.S
I installed openCV by following this page: http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html