Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99311
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | eryksun <eryksun@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Persistent api-ms-win-crt-runtime-i1-1-0.dll start up error |
| Date | Tue, 24 Nov 2015 04:53:21 -0600 |
| Lines | 16 |
| Message-ID | <mailman.101.1448362443.2291.python-list@python.org> (permalink) |
| References | <979fb56bd7b09c3a8944e56bbcc0c481@ankara.edu.tr> <201511240954.tAO9sJHh007647@fido.openend.se> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de yyDCtQlpj0iL5GvWR1UOyg7+tA2D26GclmWGQO/pashg== |
| Return-Path | <eryksun@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'creighton': 0.09; 'subject:error': 0.11; 'vista': 0.13; "skip:' 30": 0.15; '24,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:api': 0.16; 'subject:start': 0.16; 'wrote:': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'fix': 0.21; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'url:download': 0.24; 'appear': 0.26; 'error': 0.27; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; '+0200,': 0.27; 'up.': 0.32; 'url:python': 0.33; 'universal': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'installing': 0.35; 'nov': 0.35; 'problem.': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'url:en-us': 0.72 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=neQU9tQMvPk6XgIWaO+OPZcccU68uBebyeAn2Fmlj5I=; b=Thnzfr7PUiJo+BXO9Qi9yuFSyOd2jexFDuFSithYg9rFLHSDIWWosjphwqLo83QmaI l1G66r8Z+xxoyOOhZ3BQRy/SwkNLvY2gps3KPjr+c/p/fI8sqfdiukqv2X3f1PxFFC3k ZuIo0QZlMXdeEuTan0320VbXwCuoq0PMSwCKhplrrOxPTY9086paGgkr9pdNqHEwbWJ4 IHglEE8ZiG4OYneaNKqpuU3w6XEAWCdaEJj3e+FfsTG9zjpc/y0YSDzxj5EVFLkRRJkC 5xqzUSIbZBJ89S96oxoxYgZB+QjYcVMhS1OVLkfw6fg8PdsqwTP5GSxbV3w+WT9/NOYg usVw== |
| X-Received | by 10.107.138.194 with SMTP id c63mr35464855ioj.103.1448362440865; Tue, 24 Nov 2015 02:54:00 -0800 (PST) |
| In-Reply-To | <201511240954.tAO9sJHh007647@fido.openend.se> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:99311 |
Show key headers only | View raw
On Tue, Nov 24, 2015 at 3:54 AM, Laura Creighton <lac@openend.se> wrote: > In a message of Tue, 24 Nov 2015 10:56:32 +0200, Tolga.Karabiyikoglu@ankara.edu > >>The question is i am receiving 'api-ms-win-crt-runtime-i1-1-0.dll is >>missing' error on the start up. > > You appear to have this problem. > > https://bugs.python.org/issue25223 > > Installing http://www.microsoft.com/en-us/download/details.aspx?id=48234 > directly seems to fix it. For Vista the Universal CRT update requires service pack 2: http://windows.microsoft.com/en-US/windows-vista/Learn-how-to-install-Windows-Vista-Service-Pack-2-SP2
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Persistent api-ms-win-crt-runtime-i1-1-0.dll start up error eryksun <eryksun@gmail.com> - 2015-11-24 04:53 -0600
csiph-web