Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98927 > unrolled thread

Re: Trouble installing Python 3.5.0

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2015-11-17 15:51 +0100
Last post2015-11-17 15:51 +0100
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.


Contents

  Re: Trouble installing Python 3.5.0 Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-17 15:51 +0100

#98927 — Re: Trouble installing Python 3.5.0

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2015-11-17 15:51 +0100
SubjectRe: Trouble installing Python 3.5.0
Message-ID<mailman.391.1447771907.16136.python-list@python.org>
>> Hello,
>>
>> I installed 3.5, "successfully" as the installer indicated, yet the program wouldn't run, with the following error message: "...failed to start because api-ms-win-crt-runtime-I1-1-0.dll was not found. Re-installing the application may fix this problem." I reinstalled, but no luck. 
> I think Vista and XP was supported up to Python 3.4. The newest Python
> 3.5 does not support Vista or XP.
https://docs.python.org/3.5/whatsnew/3.5.html

You will find this under "Unsupported Operating Systems" section.
Although Vista is not mentioned there, but Python 3.5 is built with
Microsoft Visual Studio 2015, and its runtime library is AFAIK does not
work under Vista.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web