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: wininst: could not create key
Type: Stage: resolved
Components: Distutils, Windows Versions: Python 2.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: tarek Nosy List: tarek, techtonik
Priority: normal Keywords:

Created on 2010-06-06 20:02 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg107219 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-06 20:02
Projects that still support Python 2.4 are building distributions with either 2.4.x or 2.5.x versions, because they afraid that newer installers won't run on Windows XP or Windows 2000.

http://trac.edgewall.org/ticket/9404#comment:2

Unfortunately, these installers fail to create uninstall keys with an error like:
Could not create
    scons-py2.6
Could not set key value
    Python 2.6 SCons - a software construction tool
Could not set key value
    ...\Python26\Removescons.exe" -u ...

This is similar to http://bugs.python.org/issue600952 that was reported for Python 2.1 / 2.2 long ago.

http://scons.tigris.org/issues/show_bug.cgi?id=2533
http://trac.edgewall.org/attachment/ticket/9404/win7_install_warnings.png
msg107220 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-06 20:05
There is some uncertainty that 2.6 package installers are dependent on msvcr90.dll - http://trac.edgewall.org/ticket/9404#comment:7
msg107221 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-06-06 20:17
as I said in the other issue, there's no bug fix for 2.4 or 2.5 anymore, unless it's a security issue. So I am closing this issue.

Also, your second message seems unrelated. If there's an issue with a dependency under 2.6, please open a distinct issue and explain in detail what is the problem.
msg107225 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-06 20:25
Python process is rigid, no surprises here. But this issue is nevertheless useful to link packages that experience this problem. I'll bump it every time I run into broken package. So far I use:

1. SCons
2. Trac
msg107232 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2010-06-06 21:27
Please don't add messages in here just to list the projects that suffer from a bug in Python 2.4 or 2.5. This is just making us extra triage/read work for nothing, and doesn't really help.

Your first report is enough so the error and its references are indexed by the search engines. Thanks for them.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53174
2010-06-06 21:27:23tareksetmessages: + msg107232
2010-06-06 20:25:57techtoniksetmessages: + msg107225
2010-06-06 20:17:10tareksetstatus: open -> closed
resolution: not a bug
messages: + msg107221

stage: resolved
2010-06-06 20:05:28techtoniksetmessages: + msg107220
2010-06-06 20:02:39techtonikcreate