Additionally to the blackslash problem, don't join paths with the "+" operator -- use os.path.join instead.
Also, construct the path to a user's home directory like that is likely to fail on new versions of Windows. There are API functions for that in pywin32.