I have recently installed opencv 2.4.8 on my raspberry pi.When i check the version with
pkg-config --modversion opencv
2.4.8
But in my python code when i import cv2 i am getting the error as no module named cv2.I have checked my usr/local/lib/python2.7/site-packages and it is empty. How to solve the issue?