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.

Author techtonik
Recipients techtonik
Date 2009-06-19.05:12:47
SpamBayes Score 2.164178e-06
Marked as misclassified No
Message-id <1245388371.55.0.866683174508.issue6310@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-06-19 05:12:52techtoniksetrecipients: + techtonik
2009-06-19 05:12:51techtoniksetmessageid: <1245388371.55.0.866683174508.issue6310@psf.upfronthosting.co.za>
2009-06-19 05:12:49techtoniklinkissue6310 messages
2009-06-19 05:12:48techtonikcreate