Mailing List Archive

[issue43866] Installation files of the Python
New submission from Muhammad Hussein Ammari <xmha97@gmail.com>:

I have WhatsApp installed for all users. (on %ProgramFiles%)
Unfortunately, I just saw that installation files of the Python are stored on "%LocalAppData%\Package Cache".
Installation files should be stored on "%ProgramData%\Package Cache".
The problem now is that other users can no longer delete or update Python.
Please fix this issue.
Thanks.

----------
components: Installation, Windows
files: Untitled.png
messages: 391201
nosy: paul.moore, steve.dower, tim.golden, xmha97, zach.ware
priority: normal
severity: normal
status: open
title: Installation files of the Python
type: enhancement
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file49964/Untitled.png

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43866] Installation files of the Python [ In reply to ]
Muhammad Hussein Ammari <xmha97@gmail.com> added the comment:

Sorry, I have Python installed for all users. (not WhatsApp)

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43866] Installation files of the Python [ In reply to ]
Change by Terry J. Reedy <tjreedy@udel.edu>:


----------
versions: -Python 3.6, Python 3.7

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43866] Installation files of the Python [ In reply to ]
William Pickard <lollol222gg@gmail.com> added the comment:

Python, when installed for all users, installs to %ProgramFiles% (or %ProgramFiles(x86)% for 32-bit version on 64-bit Windows).

The %LocalAppData% install is just for you... you didn't install it for everyone or you didn't provide Python with the Administrator privileges it needs for %ProgramFiles% (IE: No process elevation)

----------
nosy: +WildCard65

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43866] Installation files of the Python [ In reply to ]
Steve Dower <steve.dower@python.org> added the comment:

Yeah, it's a known limitation of the installer technology we're using. issue25166 is the same issue, so we'll track it there.

----------
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Windows AllUsers installation places uninstaller in user profile

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com