This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients aokaywe, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-28.01:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495935673.84.0.968207259234.issue30494@psf.upfronthosting.co.za>
In-reply-to
Content
Your example works fine for me in Windows 10, and I see no reason why it would fail in Windows 7. The crash dialog in your screenshot shows that the problem occurred in a DLL named "winhadnt.dll". I suspect that this is malware injected into the python.exe process. Even if it's part of a legitimately installed program on your machine, this DLL has nothing to do with Python, so I'm closing this issue as 3rd party. 

By the way, Python 2 doesn't completely support raw unicode strings. '\u' and '\U' are still parsed as Unicode escape sequences. You can use forward slash for the path literal instead. Then normalize the path to use backslash at runtime.
History
Date User Action Args
2017-05-28 01:41:13eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, aokaywe
2017-05-28 01:41:13eryksunsetmessageid: <1495935673.84.0.968207259234.issue30494@psf.upfronthosting.co.za>
2017-05-28 01:41:13eryksunlinkissue30494 messages
2017-05-28 01:41:12eryksuncreate