[issue41196] APPDATA directory is different in store installed python

2020-07-02 Thread aku911
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

[issue41196] APPDATA directory is different in store installed python

2020-07-02 Thread aku911
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&#

[issue41196] APPDATA directory is different in store installed python

2020-07-02 Thread aku911
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