not able to import opencv in python ide

asked 2014-04-25 01:37:58 -0600

updated 2014-04-25 03:19:24 -0600

I have this type of error showing:

importError: DLL load failed: %1 is not a valid Win32 application.
edit retag flag offensive close merge delete

Comments

Looking at the minimal information you provided, it seems you are trying to load 64 bit dlls on a 32 bit system, which simply won't work.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-04-25 03:20:51 -0600 )edit