john_miller added the comment:
I changed the integrity-level of "C:\" to "Mandatory Label\High Mandatory
Level:(OI)(NP)(IO)(NW)" which seems to have fixed the problem.
Thanks for the help.
I guess I must have directly or through some other application indirectly
changed
john_miller added the comment:
Short summary:
>icacls.exe C:\Python38-32\python.exe lists Mandatory Label\Low Mandatory
>Level:(I)(NW) ** This might be the problem. Removing "L" with icacls might
>work.
>User integrity level is usually "Medium"
>**When a us
New submission from john_miller :
Trying to write into a file fails with a PermissionError (PermissionError:
[Errno 13] Permission denied:).
Typing in a non-elevated shell (User is Administrator)
C:\Users\Username\Desktop>C:\Python38-32\python.exe
open("some_file.txt",&quo
john_miller added the comment:
>In Windows 10, the console doesn't even support OEM "Raster Fonts", unless the
>option is selected to use the legacy console.
So the setting could still be changed if a user decides to modify the setting
in order to run some legac
john_miller added the comment:
It is set to use an OEM raster font.
(Should the information about the font and possible unwanted beeping be
mentioned on https://docs.python.org/3/using/windows.html ? Perhaps even a
short link regarding "Windows issues" under the print()-entry?)
New submission from john_miller :
I noticed some beeping when printing data to the console (cmd), so I narrowed
down the problem to three specific Unicode-characters somehow producing beeps
when printed to the Windows console (CMD). This also works in interactive mode.
(I checked every