How to install Python package from source on Windows

eryk sun eryksun at gmail.com
Fri May 19 15:15:17 EDT 2017


On Wed, May 17, 2017 at 10:49 PM, Michael Torrie <torriem at gmail.com> wrote:
>
> In fact Python 3.6 ships with the latest version of the MSVCRT universal runtime.

Windows Python 3.6 is distributed with vcruntime140.dll, which is a
relatively small component of the CRT that's closely coupled to the
compiler. The Universal CRT (ucrtbase.dll) is an operating system
component that applications link with via API Sets such as
"api-ms-win-crt-heap-l1-1-0.dll".



More information about the Python-list mailing list