This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Windows "App Paths" key is not checked when installed for current user
Type: Stage: resolved
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, brian.curtin, georg.brandl, techtonik, terry.reedy, tim.golden
Priority: normal Keywords:

Created on 2009-06-19 05:12 by techtonik, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg89519 - (view) Author: anatoly techtonik (techtonik) Date: 2009-06-19 05:12
I found that if Python installed only for current user on Windows XP
Home Edition SP3 Python fails to run from Start -> Run dialog or using
ShellExecute() call. It is because it creates "App Paths" key in
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App
Paths\Python.exe
and not in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App
Paths\Python.exe

Can anybody confirm this?
msg112294 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-08-01 09:05
Can a windows guru comment on this please.
msg112942 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-08-05 02:12
Anatoly, can you check the behavior of the current 2.7+ installers? Those that might be changed?
msg185432 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2013-03-28 10:48
Closing due to lack of response.
msg185472 - (view) Author: anatoly techtonik (techtonik) Date: 2013-03-28 22:27
Am not using XP anymore. Looks like everything is ok with Vista.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50559
2013-03-28 22:42:04terry.reedysetresolution: out of date
stage: resolved
2013-03-28 22:27:31techtoniksetmessages: + msg185472
2013-03-28 10:48:12georg.brandlsetstatus: open -> closed
nosy: + georg.brandl
messages: + msg185432

2010-08-05 02:12:26terry.reedysetmessages: + msg112942
2010-08-05 01:55:05terry.reedysetmessages: - msg112918
2010-08-04 22:58:02terry.reedysetnosy: + terry.reedy

messages: + msg112918
versions: + Python 2.7, - Python 2.5
2010-08-01 09:05:03BreamoreBoysetnosy: + tim.golden, brian.curtin, BreamoreBoy
messages: + msg112294
2009-06-19 05:12:50techtonikcreate