[issue12406] msi.py needs updating for Python 3.3

Vinay Sajip report at bugs.python.org
Sat Oct 15 18:17:45 CEST 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

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'.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12406>
_______________________________________


More information about the Python-bugs-list mailing list