I'm using Python 2.7
and Pycharm IDE (32-bit)
in Windows 10 (64-bit)
. I have installed numpy 1.8
and copied cv2.pyd
to C:\Python27\Lib\site-packages
.
when I import numpy
it shows no error but after that when i import cv2
it says: module not found
.