I have installed opencv successfully in my system and able to import it without virtualenv. I know I need to copy cv2.so files in my virtualenv directory to be able to use it within virtualenv, but the problem is there is NO cv2.so files in my local site packages. All I can see some .so files named with libopencv-core * alike.
I grep-ed it, tried finding it manually in site-packages, py-modules, but no clue why its isn't there?
I've successfully build and make all files, I am sure there is nothing missed while installing it, because without virtualenv I am easily executing it.
OpenCV Version: 2.4.8 Python Version: 2.7.8 OS: Ubuntu 14.01