Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python won't launch
#3
Have you tried these first?

Quote:The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing
Created 08 May 2015
Modified 06 Oct 2016
Article 2702
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing
Problem
When you start SmartFTP you get the following error message:
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer.
The problem is that the KB2999226 (Universal CRT) which is part of the Visual C++ Redistributable for Visual Studio 2015 failed to install.
Solution

  1. Install Windows Updates:
    Go to Start - Control Panel - Windows Update
    Check for updates
    Install all available updates.
    After the updates are installed, restart your computer.
    After the restart repeat the steps above again until no more updates are available.
     
  2. Download the Visual C++ Redistributable:

    For Windows 64-bit
    Visual C++ Redistributable for Visual Studio 2015 (64-bit)
    For Windows 32-bit
    Visual C++ Redistributable for Visual Studio 2015 (32-bit) 

  3. Run the vc_redist.x64.exe (64-bit) or vc_redist.x86.exe (32-bit) and select Uninstall
  4. Run the .exe again and select Install 

References

  1. Microsoft Download - Visual C++ Redistributable for Visual Studio 2015
  2. Visual C++ Redistributable fails to install
  3. KB2999226: Update for Universal C Runtime in Windows

Keywords
KB2999226, ucrt, api-ms-win-crt-runtime-l1-1-0.dll
here is more info regarding it
https://github.com/pyinstaller/pyinstall...-146564554
Recommended Tutorials:
Reply


Messages In This Thread
Python won't launch - by Norimaki - Nov-04-2016, 01:12 PM
RE: Python won't launch - by metulburr - Nov-04-2016, 01:56 PM
RE: Python won't launch - by Norimaki - Nov-05-2016, 09:13 AM
RE: Python won't launch - by wavic - Nov-05-2016, 10:38 AM
Python won't launch - by Larz60+ - Nov-04-2016, 01:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error on first Python launch garryp4 5 392 May-07-2024, 03:56 PM
Last Post: deanhystad
  Launch Python IDLE Shell from terminal Pavel_47 5 1,325 Feb-17-2023, 02:53 PM
Last Post: Pavel_47
  Launch Windows Application OEMS1 0 2,188 Mar-26-2021, 07:42 PM
Last Post: OEMS1
Photo Python won`t launch error newbieee 0 1,813 Feb-02-2021, 11:51 PM
Last Post: newbieee
  Launch another python command without waiting for a return. SpongeB0B 13 11,161 Jun-18-2020, 10:45 AM
Last Post: Yoriz
  win32 API: Launch Application to RDP session from background process python script rangeshgupta 0 2,196 May-28-2020, 09:41 PM
Last Post: rangeshgupta
  error message on program launch DJPY1175 0 1,785 Jun-10-2019, 08:40 AM
Last Post: DJPY1175
  [split] Python won't launch Nikmartin 1 2,350 May-12-2019, 11:58 PM
Last Post: micseydel
  Pyinstaller exe won't launch after crash kainev 0 2,652 May-11-2019, 06:06 PM
Last Post: kainev
  How to launch a program through python script - Mac OS Mojave Aurimas 2 2,861 May-11-2019, 10:20 AM
Last Post: kritesh

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020