Eryk Sun <eryk...@gmail.com> added the comment:

> I wouldn't think that changing locales would have an effect on Windows
> paths being case sensitive or not, otherwise folks from other countries
> would be experiencing this error. Perhaps the mixing of locale and system
> language? I had locale set to Japan but system language set to English

It shouldn't make a difference. Filenames are Unicode, the NTFS case table is 
set on disk when the filesystem is formatted, and the launcher uses 
wide-character strings and calls CreateProcessW. I wish I could offer up a 
reasonable explanation, but I think this one stays in the category of strange 
problems fixed by turning it off and on again.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41925>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to