I've downloaded and extracted OpenCV from the official website. I've learnt from this page that OpenCV 3 has Python 3 support, so my question is, why is there only the 2.7/ directory under the [opencv]/build/python/ directory??? Why isn't there a directory for Python 3?
Obviously, the cv2.pyd files in the 2.7/x64/ and 2.7/x86/ directories do not work with Python 3, but they do work with Python 2.7.