This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: .dll files missing
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: Gabriel Lopez, brendan-donegan, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2016-12-16 15:38 by Gabriel Lopez, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg283411 - (view) Author: Gabriel Lopez (Gabriel Lopez) Date: 2016-12-16 15:38
Every time I try loading Python 3.5, it says "The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer." How can I fix this?
msg283415 - (view) Author: Brendan Donegan (brendan-donegan) * Date: 2016-12-16 16:47
This more likely to be a system misconfiguration issue than a Python one. Following http://stackoverflow.com/questions/33265663/api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-opening-microsoft-office-file will probably fix the issue for you.
msg284216 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-12-28 23:54
Gabriel - did that solution work for you? If not, can you install and provide all the Python logs from %TEMP%?
History
Date User Action Args
2022-04-11 14:58:40adminsetgithub: 73175
2021-11-22 23:09:21iritkatrielsetstatus: open -> closed
resolution: works for me
stage: resolved
2016-12-28 23:54:33steve.dowersetmessages: + msg284216
2016-12-16 16:47:36brendan-donegansetnosy: + brendan-donegan
messages: + msg283415
2016-12-16 16:06:20ned.deilysetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
2016-12-16 15:38:15Gabriel Lopezcreate