not able to import opencv in python ide
I have this type of error showing:
importError: DLL load failed: %1 is not a valid Win32 application.
I have this type of error showing:
importError: DLL load failed: %1 is not a valid Win32 application.
Asked: 2014-04-25 01:37:58 -0600
Seen: 120 times
Last updated: Apr 25 '14
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.