Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104817
| From | Arie van Wingerden <xapwing@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Loading error message |
| Date | 2016-03-14 15:48 +0100 |
| Message-ID | <mailman.99.1457966899.12893.python-list@python.org> (permalink) |
| References | <3910.2a5a375a.4416c256@aol.com> <CAHVvXxSKrO=D1Wn9xFMcRbpHF4dBWsakrnw--mkhS9gtruuEMg@mail.gmail.com> <CADkALSH1ukVAzaJUr0S8ODo15bLKFm-u2A_WXruOJc565qyQJQ@mail.gmail.com> |
Hi, I could solve the problem on Windows 10 this way: - install Windows 10 stand alone sdk https://dev.windows.com/en-us/downloads/windows-10-sdk - add this dir to PATH: C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86 HTH, Arie 2016-03-14 13:07 GMT+01:00 Arie van Wingerden <xapwing@gmail.com>: > Hi Oscar, > > that is weird. I am using Windows 10 and get exactly the same "warnings" > when I run PyInstaller. > But the update you mention is only available for up to Windows 8.1. > > What about Windows 10 then?? > > Best, > Arie > > 2016-03-13 19:52 GMT+01:00 Oscar Benjamin <oscar.j.benjamin@gmail.com>: > >> On 13 Mar 2016 17:06, "BobFtz--- via Python-list" <python-list@python.org >> > >> wrote: >> > >> > Hello >> > >> > I have just downloaded and installed a copy of the 3.5.1 programme but >> when >> > I come to run the programme I get an error message that says that >> > .....api-ms-win-crt-runtime-l 1-1-0.dll is missing. >> > >> > I have un-installed and reinstalled the 3.5.1 programme a few time (as >> > advised) but I still can't get the programme to run >> > >> > Can you please help with some step by step advice on how to repair this >> > problem. >> >> You need to install a Windows update from Microsoft: >> https://support.microsoft.com/en-us/kb/2999226 >> >> Really the installer download page should be updated with this information >> and the installer should be improved to give a more informative error >> message. >> >> -- >> Oscar >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Loading error message Arie van Wingerden <xapwing@gmail.com> - 2016-03-14 15:48 +0100
csiph-web