Skip to content

Handle spaces in Python path in winsetup (Windows only)

Yury Matveyev requested to merge fix_spaces_in_winsetup into develop

While trying to setup pytango on Windows with winsetup I found, that in cannot work if python in located in "C:\Programm Files" due to space in the file path. To avoind it, path has to be in quotes

Fixed and now works

Merge request reports