Ask Your Question

Zoé's profile - activity

2015-11-10 09:37:45 -0600 asked a question OpenCV 3.0 with Python 3.2.5 on Windows

I am having a problem with the installation of the Python bindings using Python 3.2.5. If I select BUILD_opencv_python3 in CMake, then Python 3.2.5 is rejected (version too old). I can generate and build when I select BUILD_opencv_python2 in CMake, but then the resulting cv2.pyd cannot be used in Python 3.2.5 (ImportError: DLL load failed: The specified module could not be found.). Is Python 3.2.5 supported, and if so, how can I install cv2 under this version?