aku911 added the comment:
This is causing this issue here:
https://github.com/microsoft/vscode-python/issues/11412
--
___
Python tracker
<https://bugs.python.org/issue41
New submission from aku911 :
Install the windows store python then run this code:
import os
os.listdir(os.environ['APPDATA'])
Install another version of python and run the same code.
You'll get different results.
This can cause issues when trying to share data in a user
Change by aku911 :
--
components: Windows
nosy: aku911, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: APPDATA directory is different in store installed python
type: behavior
versions: Python 3.8