0

After the installation of Python and opening the exe file, the following error is displayed: api-ms-win-crt-runtime-|1-1-0.dll. I've attached a screenshot of the screen. Even after reinstalling Python, the error re-appears. What should I do?

Zoe
  • 27,060
  • 21
  • 118
  • 148
  • Don't see an attached image/screenshot. – Shakes Jul 05 '18 at 18:51
  • 3
    Possible duplicate of [api-ms-win-crt-runtime-l1-1-0.dll is missing when opening Microsoft Office file](https://stackoverflow.com/questions/33265663/api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-opening-microsoft-office-file) – Evil_skunk Jul 05 '18 at 20:03

1 Answers1

0

Found your error here. Seems like installing Microsoft Visual C++ Redistributable for Visual Studio 2015 Update 1 could solve your problem.

Shakes
  • 531
  • 1
  • 5
  • 16