Search code examples
pythonapiscitools

import understand (from sciTools) gives ImportError: DLL load failed: %1 is not a valid Win32 application


I'm trying to use the Understand api for Python.

import understand

I've already checked

and

but they don't apply to my situation, as I already have the PYTHONPATH environment variable pointing to the correct location of understand.pyd, and also the url for unufficial python APIs does not contain the Understand api for python.

Any suggestion is much appreciated.


Solution

  • You've installed a 64 bit package for 32 bit Python.