How to install Python package from source on Windows

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue May 16 04:35:36 EDT 2017


MRAB wrote:
> CPython is being developed primarily on Linux. Linux and other Unix-like 
> operating systems come with a C compiler as standard (the histories of 
> Unix and C are closely linked).

Also, Linux (and other unix-like systems) don't tend to change
the compiler toolsets and libraries in incompatible ways with
every release like Microsoft is in the habit of doing, so it's
far less critical to have exactly the right version of the
compiler at hand when compiling Python modules.

-- 
Greg



More information about the Python-list mailing list