On Fri, Oct 10, 2014 at 12:31 AM, Irmen de Jong <irmen.nos...@xs4all.nl> wrote: > - you need to escape the backslashes (or just use forward slashes, they work > on windows too)
Or use a raw string. There is usually no reason to have escape sequences at all in a file system path. -- https://mail.python.org/mailman/listinfo/python-list