Nope. The only thing I changed was getting rid of the apostrophes and now I'm back to double back-slashes in the error msg:
IOError: [Errno 2] No such file or directory: 'C:\\WorkSpace\ \LTC\\MRLC_test \\NZT\\tmp\\NZT 070830130627200 100.tar'
The path strings in the text file are just as you'd see them in Windows:
C:\WorkSpace\LT C\MRLC_test\NZT \tmp\NZT0708301 30627200100.tar
IOError: [Errno 2] No such file or directory: 'C:\\WorkSpace\ \LTC\\MRLC_test \\NZT\\tmp\\NZT 070830130627200 100.tar'
The path strings in the text file are just as you'd see them in Windows:
C:\WorkSpace\LT C\MRLC_test\NZT \tmp\NZT0708301 30627200100.tar
Comment