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 chriskrycho
Recipients chriskrycho, dstufft, ncoghlan, steve.dower
Date 2015-07-15.20:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436992591.69.0.374487494039.issue24640@psf.upfronthosting.co.za>
In-reply-to
Content
There is no `ensurepip` module bundled with the embedded distribution of Python 3.5 for Windows:

    Z:\python-3.5.0b3-embed> .\python -m ensurepip --upgrade
    Z:\python-3.5.0b3-embed\python.exe: No module named ensurepip

This may be the *intent*, but I haven't been able to find any documentation to that effect in the [docs](https://docs.python.org/3.5/library/ensurepip.html). It looks like it should either be included with the distribution or noted as excluded in the docs. (I can readily submit a patch to the latter if it needs doing.)

(Background: I'm looking at various ways to bundle up and ship a Python application, and as part of that am looking at just shipping the embedded Python distribution, which may end up being the most straightforward for us. One of the things I'm still sorting out is the best to get and bundle up dependencies if that's the approach we take.)
History
Date User Action Args
2015-07-15 20:36:31chriskrychosetrecipients: + chriskrycho, ncoghlan, steve.dower, dstufft
2015-07-15 20:36:31chriskrychosetmessageid: <1436992591.69.0.374487494039.issue24640@psf.upfronthosting.co.za>
2015-07-15 20:36:31chriskrycholinkissue24640 messages
2015-07-15 20:36:31chriskrychocreate