Visual studio 2013 can't import cv2
I tried to follow this link to compile opencv on visual studio 2013 :
However, I got this error when I run import cv2 command on python IDLE:
ImportError: DLL load failed: The specified module could not be found.
Can anyone tell me how to solve this problem?
did you build the INSTALL project ? (this should make the python bindings & copy them to your site-packages folder)
is there a cv2.pyd in your python/lib/site-packages ?
yes, I build the INSTALL, and cv2.pyd also exists in my python/lib/site-packages folder. my python version is 2.7.10