fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries

pull/23321/head
Sajjad Ali 2 years ago committed by Alexander Smorkalov
parent 36a03dbdbf
commit 26ca124150
  1. 2
      doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown

@ -33,6 +33,8 @@ Installing OpenCV from prebuilt binaries
-# Copy **cv2.pyd** to **C:/Python27/lib/site-packages**.
-# Copy the **opencv_world.dll** file to **C:/Python27/lib/site-packages**
-# Open Python IDLE and type following codes in Python terminal.
@code
>>> import cv2 as cv

Loading…
Cancel
Save