Mario Vilas <mvi...@gmail.com> added the comment:

My proposed patch is to change line 506 of bdist_msi.py from this:

        version = sys.version[:3]+" "

to this:

        version = self.target_version[:3]+" "

which is what I did to work around the problem.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to