Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102239
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Error message |
| Date | 2016-01-29 16:38 +0000 |
| Message-ID | <mailman.94.1454085531.2338.python-list@python.org> (permalink) |
| References | <CADiKEZrjZ-36oL6LxAGORF_7a2GL+=N7o4FLgiWSm3nrPwHBxw@mail.gmail.com> |
On 28 January 2016 at 18:51, Emeka Ikele <emeka.ikelee@gmail.com> wrote: > Please I downloaded Python 3.5 (32 bit) for Windows software. I installed > it but it keeps giving me an error message that a file was not found and I > should please re-install to fix the problem. I've tried that severally but > to no avail. Please what can I do or should I just install the 2.7 version? What does the error message say exactly? Which file is missing? Just guessing but is it complaining about a file called "api-ms-win-crt-runtime-l1-1-0.dll"? If so then you need to install this file in an update from Microsoft here: https://support.microsoft.com/en-us/kb/2999226 Afterwards you should be able to install Python 3.5. Alternatively you can install Python 3.4 which does not need this dll. -- Oscar
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Error message Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-01-29 16:38 +0000
csiph-web