Windows Python Version and VC++ Redistributable Version

后端 未结 4 1535
粉色の甜心
粉色の甜心 2021-01-12 07:37

Can someone help fill out this table, or link to a reference, that identifies which version of VC++ Redistributable each Python version is built against on Windows.


4条回答
  •  感情败类
    2021-01-12 07:48

    1. 3.4 [32 bit]

    2. msvcr100.dll

    3. Microsoft Visual C++ 2010 Redistributable Package (x86)

    4. https://www.microsoft.com/en-us/download/details.aspx?id=5555

    I found another table:

     14.00 -> Python 3.5, 3.6???
     10.00 -> Python 3.3, 3.4
      9.00 -> Python 2.6, 2.7, 3.0, 3.1, 3.2
    

    Taken from https://wiki.python.org/moin/WindowsCompilers

提交回复
热议问题