I am trying to imort the pywin32 library, but I am getting an error.
import win32api
ImportError: DLL load failed: %1 is not a valid Win32 application.
or
import win32gui
ImportError: DLL load failed: %1 is not a valid Win32 application.
Does anybody know what the problem might be?