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 anselm.kruis
Recipients anselm.kruis, loewis, zach.ware
Date 2014-07-11.18:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405103126.17.0.536868582268.issue21959@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-07-11 18:25:26anselm.kruissetrecipients: + anselm.kruis, loewis, zach.ware
2014-07-11 18:25:26anselm.kruissetmessageid: <1405103126.17.0.536868582268.issue21959@psf.upfronthosting.co.za>
2014-07-11 18:25:26anselm.kruislinkissue21959 messages
2014-07-11 18:25:25anselm.kruiscreate