import - importing a python lib with an so file -
i new python
, have installed opencv
library ends cv2.so
file installed in /usr/local/lib/python2.7/site-packages
. when try import library in code import cv2
, get
importerror: no module named cv2
how can manage