[issue14877] No option to run bdist_wininst against newer msvc versions on non-windows systems

Aaron Staley report at bugs.python.org
Tue May 22 03:47:28 CEST 2012


Aaron Staley <usaar33 at gmail.com> added the comment:

Sorry, minor correction: We could just rely on plat_name for 64bit.

All that is needed is for this table:


                if self.target_version < "2.4":
                    bv = 6.0
                else:
                    bv = 7.1


to be updated to python2.7  (9.0 for python2.7)

----------

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


More information about the Python-bugs-list mailing list