mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user