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 jftuga, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-10-18.16:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476807615.8.0.374679607168.issue28467@psf.upfronthosting.co.za>
In-reply-to
Content
You can also modify the "python36._pth" file in the embedded distro to include "import site" if you want all the stuff that comes with that.

The intent of the embeddable distribution is to be a private dependency of a larger application, where you typically won't want the site module. 

It is also intended to be a developer resource that is extracted by the dev, modified, and then put into another installer - it's not meant to be automatically extracted and used on a target machine. Modifying the ._pth file is therefore "acceptable" given the purpose.

I've closed this as an issue. Hopefully I can convince the Nano Server guys to blog again (they did once before at https://blogs.msdn.microsoft.com/pythonengineering/2016/06/20/python-and-django-on-nano-server/)
History
Date User Action Args
2016-10-18 16:20:15steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, jftuga
2016-10-18 16:20:15steve.dowersetmessageid: <1476807615.8.0.374679607168.issue28467@psf.upfronthosting.co.za>
2016-10-18 16:20:15steve.dowerlinkissue28467 messages
2016-10-18 16:20:15steve.dowercreate