Ming Hua <plateauw...@qq.com> added the comment:

Steve Dower (steve.dower) posted:
> I'd guess that these tests are assuming that sys.executable contains only 
> ASCII characters. All the tests run in a non-ASCII working directory, so it's 
> only the runtime that is not tested propersy here.
> 
> The easiest way for Ming Hua to test this is to install for all users (into 
> Program Files), and run tests with the same user account.

I've already installed for all users, just not into the default "C:\Program 
Files\", but instead "C:\Programs\Python\".  I don't think it's the 
executable's path that is problematic, but the temporary directory where the 
tests are run (%LOCALAPPDATA%\Temp\tmpcwkfn9ct, where %LOCALAPPDATA% is 
C:\Users\<account name>\AppData\Local and therefore contains non-ASCII 
characters).

Both of these paths are shown in the error/failure logs posted in the first 
message.

I doubt installing into "C:\Program Files\" would make a difference.

----------

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

Reply via email to