Ask Your Question

thisiscool's profile - activity

2014-09-13 01:18:48 -0600 answered a question Installing OpenCV 3 alpha for python in windows?

You can find the cv2.pyd files in the directory opencv\build\python\2.7\[x86|x64], but they're for Python 2.7 only. Copy one to site-packages and import cv2.