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: Mon, 14 Mar 2016 17:59:51 +0100 Lines: 27 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 O/bly+MzM7sku+8GXULY4gumVFoGYAVpQILzGF6KqfiQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'installed.': 0.05; 'cc:addr:python-list': 0.09; 'benjamin': 0.09; 'bug': 0.10; 'subject:error': 0.11; '(at': 0.13; '12:07,': 0.16; '2016': 0.16; 'cc:name:python list': 0.16; 'libs': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sdk': 0.16; 'weird.': 0.16; 'wrote:': 0.16; "shouldn't": 0.18; '>': 0.18; 'email addr:gmail.com>': 0.18; 'windows': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'cc:no real name:2**0': 0.22; 'appears': 0.23; 'header:In- Reply-To:1': 0.24; 'installed': 0.26; 'van': 0.26; 'error': 0.27; 'least': 0.27; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.30; 'mention': 0.30; 'possibly': 0.32; 'run': 0.33; 'point': 0.33; 'skip:& 20': 0.35; 'received:google.com': 0.35; 'path': 0.35; 'received:74.125.82': 0.35; 'but': 0.36; 'should': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'doing': 0.38; 'sure': 0.39; 'default': 0.61; 'no.': 0.62; 'march': 0.64; 'oscar': 0.84; 'cc:addr:aol.com': 0.91; 'mean.': 0.91 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=VrEb/xLOZ51unI9iBhJc7hpXJ8sz4g7FX/jsWyjItCM=; b=sLSJDnYQlVGzX/0FriTLWLMOCZ32m28tC7xEOGu9b85gqxgMO7fSe8msN6+bFWzCl6 rU5RDQyywitCHX7lvGvUkKSDiPfsj/ApX4nK8yiT9gaD2MgokFgXrdawZHeODDqQknOS GmiittiPeH/IuGHB3suxAwB0Mn/uZ2m3fJtxAleYZOTj4hRiwRMAIuWbjZcVorqhfDc8 ALgHJABZ7NkKHoF5A9LMJbaZIGUEFQfazODcZk7UgeTggjwXvGKz49yJOfgcaLMKlU5Y 1piKBXz5P0Q1YaBwuHka2qX7dtLeyC+zjN1Wf9q9jI2NmSgtSZmLMBxD8REltfYXzYi4 d7uA== 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=VrEb/xLOZ51unI9iBhJc7hpXJ8sz4g7FX/jsWyjItCM=; b=BUaEzSkt7S41PE63FsFrtxIhxA/w4RaCtwGA+x//+s3ylFaZx5BlVvaqmT0HsBS+3K BZjWEg9w6d1R22uENAO/CoD0CB2jnXlGzex93HsmWJZsGSJ7l2goc/SSXz3Dnk3TRK4A 4/S8pOmPHGKZVPmW2h+/ggyITgppEgCgeEATffRjfPEdJVFQwXb6j0ZspI/TyQq2OL+M cvYSnk9soyZt9nnlgujHrk6o03UMwmeJkMQDJJyXley8/F/NrbRFGd9bd1lqybCGmuxZ 6XA2L2hRBgvx8hiGYp4SWQg+M5ru8VhoRUV3pOgundHiv+aLCNkdjokhZWFCrxSqoy1p bnYw== X-Gm-Message-State: AD7BkJKss6SjRyQ39MjJV8aEbq8myAQDvazf/KzFekTFIDgeDNY8kMf5bcVp+p7gk/hikq/QZreZN37oUZhMtQ== X-Received: by 10.28.54.89 with SMTP id d86mr18307879wma.21.1457974791155; Mon, 14 Mar 2016 09:59:51 -0700 (PDT) In-Reply-To: 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:104840 Hi Oscar, no. By default W10 appears to have them NOT installed (at least that is what I experienced). You really need the SDK to be installed. Also the path must point to the libs installed by the SDK. Now it works without all those warnings. Thx, Arie 2016-03-14 15:59 GMT+01:00 Oscar Benjamin : > On 14 March 2016 at 12:07, Arie van Wingerden wrote: > > that is weird. I am using Windows 10 and get exactly the same "warnings" > > when I run PyInstaller. > > But the update you mention is only available for up to Windows 8.1. > > > > What about Windows 10 then?? > > I'm not sure what you mean. Windows 10 should already have the UCRT so > it shouldn't need the update. Is it possibly a bug in pyinstaller? > What exactly are you doing to see this error message? > > -- > Oscar >