On Fri, Oct 21, 2016 at 4:05 PM, Dennis Lee Bieber
<wlfr...@ix.netcom.com> wrote:
> On Fri, 21 Oct 2016 15:00:58 +0000, mohammed iqtefan
> <maiqte...@hotmail.com> declaimed the following:
>
>>i installed python 3.5.2
>> ...
>>api-ms-win-crt-conio-l1-1-0.dll is missing
>>and its not the only dll file that missing there is dozens more
>
> While there has been a common problem with one of the more recent M$
> DLLs not being readily available, "dozens more" would seem to imply that
> your computer is missing a lot of stuff... Or is running WinXP.

By design, 3.5.2 should fail to install in Windows XP.

The Universal CRT is an OS component in Windows Vista and later.
Mohammed should run Windows Update and ensure that all recommended
updates are installed.

>         The newest Python builds require Windows 7 or newer.

3.5 and 3.6 support Vista. Each feature release of Python supports
versions of Windows that have yet to reach EOL as of the release date.

    EOL               Python Version
    ----------------------------------
    XP    2014-04-08  3.4 (2014-03-16)
    Vista 2017-04-11  3.6 (2016-12-16)

Estimates:

    7     2020-01-14  3.8
    8.1   2023-01-10  4.0
    10    2025-10-14  4.2
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to