Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Arie van Wingerden Newsgroups: comp.lang.python Subject: Re: Loading error message Date: Sun, 13 Mar 2016 18:17:16 +0100 Lines: 25 Message-ID: References: <3910.2a5a375a.4416c256@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de XXQkF8KLkwKkuLTY9DTOwwXWmqH++G+nvYA6tzVhx4Mg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:error': 0.11; 'afaik.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reinstalled': 0.16; '\xc2\xa0i': 0.16; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'errors': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'repair': 0.29; 'url:mailman': 0.30; "can't": 0.32; 'says': 0.32; 'run': 0.33; 'url:python': 0.33; 'similar': 0.33; 'url:listinfo': 0.34; 'advice': 0.35; 'received:google.com': 0.35; 'skip:. 20': 0.35; 'something': 0.35; 'received:74.125.82': 0.35; 'problem.': 0.35; 'step': 0.36; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'url:mail': 0.40; 'still': 0.40; 'some': 0.40; 'python-list': 0.66; 'to:addr:aol.com': 0.66; 'saw': 0.77; '3.5.1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=yN6yC8aQxC6cMEvLtnvm+cxXn7gnbOMaXB7qN5Vx6y4=; b=Ft4xv02fb3rDvRY1ybTbkDOjX//9jDJ7T+hMPv3ByJReF6cg4LGldXowV3DSk2ThpC DxzICxNGJ+DthLTMINwh02BfjlYLuGTbYkh7liQzIjufMsCC7hAZrWOPQLsLx4ebOqH2 tKJyQBV+YIBJsdv6bksvNF/3Zlxh7HUnNKJivXNL71/v6+8/nhyabv8ioPbI8Cdy0GuX 9HKI1gZQCRg7VHtSdgQuBLju2s6LQXZThephjUorolF8tS8ZVfFuRM7N/5ZV+4FWeZPP UgJphn8MNqD65TUEMkrILO1qGexpuX4v1biX1wfJc7HNDDHEp2FrNOe0Lrz93qr+utyU I42A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=yN6yC8aQxC6cMEvLtnvm+cxXn7gnbOMaXB7qN5Vx6y4=; b=O3W4RketqFfWiHMOdMbXWIf3JOYKzAEqGCzAIkNUiCXE/UXg2YoNyCmmpXqhoRltay S5K8pB+3M+n/Fj/vNKEtLNpoefvb0qnR6xpS06Xbw9vLCiSu6zX/Qu6PEkhZWDN4l25h PRTejSQdP4Y9wTnb8qdXBRwWaXaFVdjeg/aiFVhIoOyqE+6wyywCpgT8D5OAYrp1bMi+ ExflUQD5GmRATUSz9Po9XTyVWlwi5LLijPjc8ysEfRc9aY7ruc6FsH+T1qj8J9kh16Vn NnXFhMHveAx6IXXzETkmzKumQwfhUzsup2fyqyaFgi2z/O+Fu3Insf8Aqwkv6TsX9NJg rDhg== X-Gm-Message-State: AD7BkJKYVOw4MrcPB264N7uRp4igKoywcf4g3ie9h8VuDYziA1w7iS3Pg+ypv+Z8e9EmlyYwJi7SIq1r5RgNrA== X-Received: by 10.194.202.195 with SMTP id kk3mr19711748wjc.159.1457889436246; Sun, 13 Mar 2016 10:17:16 -0700 (PDT) In-Reply-To: <3910.2a5a375a.4416c256@aol.com> X-Mailman-Approved-At: Mon, 14 Mar 2016 04:28:42 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104803 I saw similar errors when using PyInstaller. It has something to do with Windows 10 afaik. 2016-03-13 14:17 GMT+01:00 BobFtz--- via Python-list : > 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. > > Many thanks > > Bob > -- > https://mail.python.org/mailman/listinfo/python-list >