Cannot import win32api
import win32api
fails with ImportError: DLL load failed: The specified module could not be found.
The same line runs fine if I start the python interpreter directly. Everything else in pykd seems to work fine, too.
My system is Windows 10, Python 3.6.9.