mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: add troubleshooting note about pywin32 (#17216)
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user