1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

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

This commit is contained in:
Sajjad Ali
2023-03-02 18:26:08 +05:00
committed by Alexander Smorkalov
parent 36a03dbdbf
commit 26ca124150
@@ -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