1 | initial version |
I had the same issue, but found a solution that worked for me.
After building INSTALL in Visual Studio 2013, I had to add this to my System path variable.
(location to your opencv directory)\build\bin\Release
After that, I was able to open the python command line or python IDLE and "import cv2" worked. I hope that this helps.