I have install cmake version 2.8.12 and downloaded opencv-2.4.6.1
I then cd into the opencv-2.4.6.1 directory and run
$ cmake CMakeLists.txt
$ make
$ sudo make install
Yet I cannot import cv2 in python. CMake, make, and make install run fine, what gives?
I am running Mountain Lion with xCode developer tools installed and python 2.7.2