1 | initial version |
Hi there, here a short tutorial how to fix the error.
Goto: http://opencv.willowgarage.com/wiki/InstallGuide
Download the latest version of Opencv with git: git clone git://code.opencv.org/opencv.git
Install Cmake, then start the cmake gui.
Click Configure and chose your ide and setup everything like in the InstallGuide.
So , here is the part i couldn't find in the documentations:
Add a new Entry: Type Boolean Name BUILD_NEW_PYTHON_SUPPORT Checkbox = true
Add a new Entry: Type String Name CMAKE_BUILD_TYPE Value = RELEASE
Now press generate.
Now you got a projectsetup. Follow the instructions in the installguide to compile.
Search for the pyd or so file and add it like normal to your python installation.