I'm running a Django project from PyCharm with the configuration set up to use the Python interpreter from a virtualenv which has a dependency on opencv. The site works fine locally when I run django-admin.py runserver
, however I keep getting an "ImportError: No module named cv2
" error when I try to run the project directly from the PyCharm IDE.
Has anyone else had this issue with PyCharm and opencv?