[New-bugs-announce] [issue27617] Compiled bdist_wininst missing from embedded distribution

Michael Smith report at bugs.python.org
Mon Jul 25 15:28:00 EDT 2016


New submission from Michael Smith:

It seems that the embedded distribution is missing bdist_wininst.pyc from the python35.zip .  If you go to distutils\command, you'll notice only 23 compiled python files, where in the regular web based installer for the same Python version there are 24 python files in similar relevant folder.  I encountered this while trying to install a library into the python runtime that had this import statement:

import distutils.command.bdist_wininst

----------
components: Distutils
messages: 271301
nosy: denimpowell, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: Compiled bdist_wininst missing from embedded distribution
type: compile error
versions: Python 3.5

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


More information about the New-bugs-announce mailing list