docs: mention QuickEdit in Windows troubleshooting (#19701)
* shot a trouble * change title
This commit is contained in:
parent
efa1818cb4
commit
9b1f698770
1 changed files with 7 additions and 0 deletions
|
@ -113,3 +113,10 @@ This can happen during build, when Debugging Tools for Windows has been installe
|
|||
### ImportError: No module named win32file
|
||||
|
||||
Make sure you have installed `pywin32` with `pip install pywin32`.
|
||||
|
||||
### Build Scripts Hang Until Keypress
|
||||
|
||||
This bug is a "feature" of Windows' command prompt. It happens when clicking inside the prompt window with
|
||||
`QuickEdit` enabled and is intended to allow selecting and copying output text easily.
|
||||
Since each accidental click will pause the build process, you might want to disable this
|
||||
feature in the command prompt properties.
|
||||
|
|
Loading…
Reference in a new issue