Choose correct version for installation win7
I was trying to install OpenCV+Python in my windows7 34bit PC. Downloaded opencv-3.1.0 + python-3.5.1 + numpy-1.10.4not able to complete and work on it. Googled a lot searched and some idea said that use lower version then downloaded OpenCV-2.2.0-win + python-2.7.11 + numpy-1.9.1-win32-superpack-python2.7 Still not able to complete
the prebuild opencv3 cv2.pyd is for python2.7 only.
if you need it for python3.x, you need to build the whole thing from (github) src using cmake.
(also, please don't try with opencv2.2, that's far too old, to be useful.)
Please suggest a perfect OpenCv and python version for me