OpenCV 3.0.0 with Python 2.7
I am trying to compile OpenCV 3.0.0 from source with Python. I followed this tutorial. Python 2.7 is installed on my machine along with Numpy. I am compiling with VC12 on Windows 8 platform. When I compile from VC12, OpenCV is built, but not the Python package cv2.pyd.
All default settings are left in CMake apart from the paths to Python which I manually set to my Python installation. I have tested compiling with bosth x86 and x64, debug/release. Didn't find any useful information about the issue on internet.
Any suggestions?
please append the cmake output. to your question