The issues rather mysteriously disappeared by itself, but need to keep watching this.
To be 100% safe we could use only forward slashes in config.xml (this allways works), but this is not super convenient when copying filepaths from e.g. Windows Explorer.
Paths like below:
Seem to work OK, but at some point during testing the
\t
sequences were suddenly interpreted as tabs, see also:http://stackoverflow.com/questions/19065115/python-windows-path-slash
The issues rather mysteriously disappeared by itself, but need to keep watching this.
To be 100% safe we could use only forward slashes in config.xml (this allways works), but this is not super convenient when copying filepaths from e.g. Windows Explorer.