Closed
Description
Recorder fails if the System python
PATH contains spaces
Eg, if the System Python PATH is C:\Program Files\Python312\python.exe
, then you may see this error message:
'C:\Program' is not recognized as an internal or external command
This happened because the space caused a break in the path, which was interpreted in the system as a separate command.