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: msi product code for 2.7.5150 not in Tools/msi/uuids.py
Type: behavior Stage:
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: anselm.kruis, loewis
Priority: normal Keywords:

Created on 2013-05-20 19:56 by anselm.kruis, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg189686 - (view) Author: Anselm Kruis (anselm.kruis) * Date: 2013-05-20 19:56
The file Tools/msi/uuids.py contains the product codes for all recently released Python 2.x versions except 2.7.5. Without this code it is not possible to recreate the MSI installer using Tools\msi\msi.py. 

The product code of http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi is '{DBDD570E-0952-475F-9453-AB88F3DD5659}'.
msg194124 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2013-08-01 22:07
I have now added the uuid.
History
Date User Action Args
2022-04-11 14:57:45adminsetgithub: 62223
2013-08-01 22:07:03loewissetstatus: open -> closed
resolution: fixed
messages: + msg194124
2013-05-20 20:08:53brian.curtinsetassignee: loewis

type: compile error -> behavior
components: - Build
nosy: + loewis
2013-05-20 19:56:02anselm.kruiscreate