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


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -