Ask Your Question

RAHUL's profile - activity

2016-12-19 08:23:12 -0600 commented question no-one install open cv and python on windows 8(64 bit) ,is there anyone then show me how to do that

sorry to say i have tried this one but i got error in above case like .. Import Error: DLL load failed: %1 is not a valid Win 32 application. i have tried both 32 bit and 64 bit cv2.pyd files so can you tell me how to overcome this type of error.

thanks for reply

2016-12-19 03:56:55 -0600 received badge  Editor (source)
2016-12-19 03:45:16 -0600 asked a question no-one install open cv and python on windows 8(64 bit) ,is there anyone then show me how to do that

because having error like import cv2 Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: DLL load failed: The specified module could not be found.

soo tell me which version and file you install.. thanks....

2016-12-19 00:23:51 -0600 commented question which python version should i install on my system and how.

i have used both 32 bit and 64 bit cv2.pyd file alternately . can you suggest me anything else that gonna be work for me

2016-12-15 01:16:42 -0600 asked a question which python version should i install on my system and how.

i have install open cv version 2.4.9 and visual studio 2010 X86,i have windows 8 64 bit system , now i want to configure open cv with python i have tried this lib and software

matplotlib-1.3.0.win32-py2.7

numpy-1.7.1-win32-superpack-python2.7

python-2.7.12 shel (for python x64) results are : Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information.

import numpy import matplotlib import cv2

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

python-2.7.12 shel (for python x86) results are : Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information.

import numpy import matplotlib import cv2

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