зеркало из https://github.com/electron/electron.git
docs: add troubleshooting note about pywin32 (#17216)
This commit is contained in:
Родитель
aa863f3246
Коммит
5a88d9e6fc
|
@ -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`.
|
||||
|
|
Загрузка…
Ссылка в новой задаче