Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Probelm with installing Python 3.5.0 Date: Mon, 09 Nov 2015 15:27:02 +0100 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de obB0fBfu6mcOyck2LpfwUwI0rZXmFd8VeDoaqerlRpeg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'installed.': 0.05; 'cc:addr:python-list': 0.09; 'issue?': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'missing?': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'fix': 0.21; 'cc:2**1': 0.22; 'mon,': 0.24; 'url:download': 0.24; 'dll': 0.27; 'this.': 0.28; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'work.': 0.30; 'guess': 0.31; 'another': 0.32; 'reported': 0.32; 'running': 0.34; 'installing': 0.35; 'nov': 0.35; "isn't": 0.35; 'but': 0.36; 'should': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'missing': 0.37; 'one,': 0.37; 'charset:us-ascii': 0.37; 'subject:with': 0.40; 'header:Message-Id:1': 0.61; 'organisation': 0.66; 'url:en-us': 0.72; 'header:In-reply-to:1': 0.84; 'staff,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1447079225; bh=/AZHZpk23s5zu1iYn9ptSl3px83FB7NNu3nPmHm/lO4=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=vgBDJs04NeMEJWHdyQ38stYDw9f4qSEnmilMasoR2uI/CvCI6i9YP4WvpB2nwH3rT n1j3b7W5c7BsO/7mv7Sb2pmFi4NHS81lPBCMGik+4a6M5xEkrZ8qT28ugXge2bcvmW 7Xk1J64FXx6mRgW2L9VvlULXi682aIgAUDkKRle8= In-reply-to: Comments: In-reply-to Lim_Ee_Hai@ite.edu.sg message dated "Mon, 09 Nov 2015 17:17:08 +0800." Content-ID: <986.1447079222.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Mon, 09 Nov 2015 15:27:05 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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:98525 In a message of Mon, 09 Nov 2015 17:17:08 +0800, Lim_Ee_Hai@ite.edu.sg writes: >Dear Python organisation staff, > > The Python 3.5.0 was successfully installed. But encountered missing dll >upon running the program. > > > >My computer is running on Win 7. > >Any advise to resolve this issue? > >Rgds Which DLL was missing? I am going to guess wildly and say it was this one: http://www.microsoft.com/en-us/download/details.aspx?id=48234 because others have reported running into this. If you are another one, then installing this should make everything work. But if that isn't the missing one, we need to know what was missing before we can help you with how to fix it. Laura