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, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-26.19:20:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469560813.71.0.461287856853.issue27617@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks so much Steve I got it working right away!

I peeked into the bdist_wininst.py and saw that it also depended on some local exe files.  Copied both of those to the embedded and everything worked like a charm.  I did read the documentation previously so I thought the only real dependency was the C Runtime.  Working on a network without any net access I have to bring in libraries we version, so basically what you describe "vendoring".

If you have time to answer I would like to understand why this particular item is not part of the embedded.  Or why is it in the regular install by default?  When I look at the distutils documentation there is very little information about this file.  Is this particular item a 3rd party not core python or?  In any case thanks for the help again.
History
Date User Action Args
2016-07-26 19:20:13denimpowellsetrecipients: + denimpowell, paul.moore, tim.golden, zach.ware, steve.dower
2016-07-26 19:20:13denimpowellsetmessageid: <1469560813.71.0.461287856853.issue27617@psf.upfronthosting.co.za>
2016-07-26 19:20:13denimpowelllinkissue27617 messages
2016-07-26 19:20:13denimpowellcreate