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 "", line 1, in
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 "", line 1, in
import cv2
ImportError: DLL load failed: %1 is not a valid Win32 application.
↧