I am new to Python and I have installed OpenCV library which ends with cv2.so file installed in /usr/local/lib/python2.7/site-packages. When I try to import this library in my code with import cv2, I get
ImportError: No module named cv2
How can I manage that
