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 steve.dower
Recipients chriskrycho, dstufft, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-07-15.21:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436997355.68.0.70126936415.issue24640@psf.upfronthosting.co.za>
In-reply-to
Content
It's a deliberate exclusion, I just haven't gotten to all the documentation yet (mostly because I still expect things to change).

My idea was that packages would be deployed statically alongside the embedded distribution rather than going into a site-packages directory (which should also be missing). Obviously this needs to be written up, but it may not be reasonable.

To automate packaging you probably want to use a separate pip to install into a temporary directory (--root option? I forget the option right now) and bundle that up. Does that sound feasible for you?
History
Date User Action Args
2015-07-15 21:55:55steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, tim.golden, zach.ware, dstufft, chriskrycho
2015-07-15 21:55:55steve.dowersetmessageid: <1436997355.68.0.70126936415.issue24640@psf.upfronthosting.co.za>
2015-07-15 21:55:55steve.dowerlinkissue24640 messages
2015-07-15 21:55:55steve.dowercreate