Hi,
there is a question if you can CWatM with paths containing white space or dots.
1) You can use relative path for executing Cwatm and inside the settings file
e.g.
python ./CWatM/run_cwatm.py settings_rhine30min.ini -l
2) you can use absolute paths
"C:/Python 37/python" "C:/CWatM Hydrologic.modeling/CWatM/run_cwatm.py" "C:/CWatM Hydrologic.modeling/settings .rhine30min.ini" -l
but inside the settingsfile DO NOT use "" or ''
e.g.
PathRoot = C:/CWatM Hydrologic.modeling
3) we update the manual on this topic