0

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.

Community
  • 1
  • 1
Spiky
  • 408
  • 1
  • 4
  • 11

2 Answers2

1

Installing a 32-bit version of Python and SciTools Understand, fixed the problem.

Spiky
  • 408
  • 1
  • 4
  • 11
1

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

Malik Brahimi
  • 16,341
  • 7
  • 39
  • 70