From 5a88d9e6fcb1e14b92635d5f81e0c0b32a7d8cb5 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Tue, 5 Mar 2019 10:40:52 -0800 Subject: [PATCH] docs: add troubleshooting note about pywin32 (#17216) --- docs/development/build-instructions-windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index abc45c5ab5..62c27a7843 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -109,3 +109,7 @@ $ git config --system core.longpaths true ### error: use of undeclared identifier 'DefaultDelegateCheckMode' This can happen during build, when Debugging Tools for Windows has been installed with Windows Driver Kit. Uninstall Windows Driver Kit and install Debugging Tools with steps described above. + +### ImportError: No module named win32file + +Make sure you have installed `pywin32` with `pip install pywin32`.