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 jftuga
Recipients jftuga, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-10-18.13:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476796884.92.0.656160930154.issue28467@psf.upfronthosting.co.za>
In-reply-to
Content
python-3.6.0b2-embed-amd64.zip will load the interpreter as is easy to install.  The Python Embedded Distribution documentation mentions needing ucrtbase.dll, which is already installed on Nano Server.

One small pain point is that ctrl-z seems to exit/suspend the docker container and drop you back to the host.  Under the normal, non-embedded python, you can just run exit() to quit the interpreter.  Since this option is not available under the embedded version, you have to import sys; sys.exit() to quit the interpreter under Nano Server.  Also, there is no pip.exe.

Thank you for the information regarding MSI which I was not aware of.  Upon further consideration, I believe this issue can be closed because the embedded distribution works on Nano Server.
History
Date User Action Args
2016-10-18 13:21:24jftugasetrecipients: + jftuga, paul.moore, tim.golden, zach.ware, steve.dower
2016-10-18 13:21:24jftugasetmessageid: <1476796884.92.0.656160930154.issue28467@psf.upfronthosting.co.za>
2016-10-18 13:21:24jftugalinkissue28467 messages
2016-10-18 13:21:24jftugacreate