New submission from anatoly techtonik <[email protected]>: 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? ---------- components: Windows messages: 89519 nosy: techtonik severity: normal status: open title: Windows "App Paths" key is not checked when installed for current user versions: Python 2.5 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6310> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
