I tried to create OpenCV bindings for Python 3.x from the source file in GitHub. I use the CMake utility and Mingw-GCC compiler to achieve that. The build came out successfully, but I don't know how to proceed from there. How do I get the openCV module to work in Python 3.x? Any help would be highly appreciated. I have been toiling for a couple of days now.