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 denimpowell
Recipients denimpowell, dstufft, eric.araujo
Date 2016-07-25.19:28:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469474880.88.0.362049415558.issue27617@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-07-25 19:28:00denimpowellsetrecipients: + denimpowell, eric.araujo, dstufft
2016-07-25 19:28:00denimpowellsetmessageid: <1469474880.88.0.362049415558.issue27617@psf.upfronthosting.co.za>
2016-07-25 19:28:00denimpowelllinkissue27617 messages
2016-07-25 19:28:00denimpowellcreate