From 26ca124150b7f87392d380fc9333d409ebab6e38 Mon Sep 17 00:00:00 2001 From: Sajjad Ali Date: Thu, 2 Mar 2023 18:26:08 +0500 Subject: [PATCH] fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries --- .../py_setup/py_setup_in_windows/py_setup_in_windows.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown b/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown index 0ba1643ee1..1cefb01d5c 100644 --- a/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown +++ b/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