Ask Your Question

billcyz's profile - activity

2016-04-21 16:58:27 -0600 commented question Visual studio 2013 can't import cv2

yes, I build the INSTALL, and cv2.pyd also exists in my python/lib/site-packages folder. my python version is 2.7.10

2016-04-21 09:01:27 -0600 asked a question Visual studio 2013 can't import cv2

I tried to follow this link to compile opencv on visual studio 2013 :

http://docs.opencv.org/3.1.0/d5/de5/t...

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?