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

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -