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.8150 not in Tools/msi/uuids.py
Type: behavior Stage: resolved
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: anselm.kruis, loewis, python-dev, r.david.murray, steve.dower, zach.ware
Priority: normal Keywords:

Created on 2014-07-11 18:25 by anselm.kruis, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (6)
msg222774 - (view) Author: Anselm Kruis (anselm.kruis) * Date: 2014-07-11 18:25
The file Tools/msi/uuids.py contains the product codes for all recently released Python 2.x versions except 2.7.8. Without this code it is not possible to recreate the MSI installer using Tools\msi\msi.py. 

The product code of https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi is '{61121B12-88BD-4261-A6EE-AB32610A56DD}'.

By the way. We had exactly the same issue with 2.7.5: #18023
msg222805 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2014-07-11 22:24
Yeah, I patched my msi.py to get the build going but haven't checked it in (it was already after the tag...).

I'll fill out the next few minor versions and check it in.
msg222808 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-07-11 22:37
New changeset cc8849331528 by Steve Dower in branch '2.7':
#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
http://hg.python.org/cpython/rev/cc8849331528
msg223370 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-07-17 20:52
It looks like this issue can be closed?
msg223373 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2014-07-17 21:03
Yes. I don't have permission to close issues.
msg223374 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-07-17 21:05
Well, that's a bit of an oversight :)

Now you do.
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 66158
2014-07-17 21:05:47r.david.murraysetstatus: open -> closed
resolution: fixed
messages: + msg223374

stage: resolved
2014-07-17 21:03:22steve.dowersetmessages: + msg223373
2014-07-17 20:52:52r.david.murraysetnosy: + r.david.murray
messages: + msg223370
2014-07-11 22:37:00python-devsetnosy: + python-dev
messages: + msg222808
2014-07-11 22:24:15steve.dowersetmessages: + msg222805
2014-07-11 18:55:07zach.waresetnosy: + steve.dower
2014-07-11 18:26:03anselm.kruissettitle: msi product code for 2.7.5150 not in Tools/msi/uuids.py -> msi product code for 2.7.8150 not in Tools/msi/uuids.py
2014-07-11 18:25:26anselm.kruiscreate