[issue42046] Unable to write to file without elevated privileges

2020-10-16 Thread john_miller
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

[issue42046] Unable to write to file without elevated privileges

2020-10-16 Thread john_miller
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

[issue42046] Unable to write to file without elevated privileges

2020-10-15 Thread john_miller
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

[issue41821] Printing specific Unicode characters causes unwanted beeping in Windows 7 console

2020-09-23 Thread john_miller
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

[issue41821] Printing specific Unicode characters causes unwanted beeping in Windows 7 console

2020-09-20 Thread john_miller
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?)

[issue41821] Printing specific Unicode characters causes unwanted beeping in Windows 7 console

2020-09-20 Thread john_miller
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