Ask Your Question

kv36's profile - activity

2018-06-10 21:00:17 -0600 received badge  Notable Question (source)
2017-11-16 01:18:21 -0600 received badge  Popular Question (source)
2015-03-01 04:14:49 -0600 commented question Import cv2 error

there are two cv2.pyd in the opencv/build/python/2.7 folder.One is x64 and the other is x86. Which one to copy? But both are showing errors

2015-03-01 04:14:48 -0600 asked a question Import cv2 error

i'm getting this error when i type import cv2 on the python idle. Don't know what to do. Please help

Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import cv2 ImportError: DLL load failed: %1 is not a valid Win32 application.