after:
import cv2
error:
ImportError: DLL load failed: The specified module could not be found.
but if:
pip install opencv-python==3.4.1.15
everything works just fine.
--
tested on
windows 7 x64, all updates, vs_redist++ 15, 17
python 3.6.5, 3.6.6, both x32 and x64 - error and behavior the same
opencv 3.4.1.15 and below seems working(tested on 3.4.0.12)