Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102239 > unrolled thread
| Started by | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| First post | 2016-01-29 16:38 +0000 |
| Last post | 2016-01-29 16:38 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Error message Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-01-29 16:38 +0000
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| Date | 2016-01-29 16:38 +0000 |
| Subject | Re: Error message |
| Message-ID | <mailman.94.1454085531.2338.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web