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 vinay.sajip
Recipients eric.araujo, loewis, python-dev, vinay.sajip
Date 2011-10-15.16:17:44
SpamBayes Score 8.063122e-05
Marked as misclassified No
Message-id <1318695465.41.0.802972571784.issue12406@psf.upfronthosting.co.za>
In-reply-to
Content
Another problem in creating the MSI is that Lib\test\keycert.passwd.pem and Lib\test\keycert.pem both lead to a short name of 'KEYCERT.PEM', which is causing an assertion failure in msilib.Directory.make_short(). The other clashing pair is Lib\test\ssl_key.passwd.pem and Lib\test\ssl_key.pem, at least at the moment, both of which map to 'SSL_KEY.PEM'.
History
Date User Action Args
2011-10-15 16:17:45vinay.sajipsetrecipients: + vinay.sajip, loewis, eric.araujo, python-dev
2011-10-15 16:17:45vinay.sajipsetmessageid: <1318695465.41.0.802972571784.issue12406@psf.upfronthosting.co.za>
2011-10-15 16:17:44vinay.sajiplinkissue12406 messages
2011-10-15 16:17:44vinay.sajipcreate