Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'anyway.': 0.04; 'log:': 0.04; 'subject:Python': 0.05; 'skip:[ 30': 0.09; 'bug': 0.10; 'python': 0.10; 'helps.': 0.16; 'subject:windows': 0.16; 'url:ftp': 0.16; 'wrote:': 0.16; 'fix': 0.21; 'subject:problem': 0.22; 'file.': 0.22; 'trying': 0.22; 'seems': 0.23; 'header:In- Reply-To:1': 0.24; 'url:bugs': 0.24; 'install': 0.25; 'header :User-Agent:1': 0.26; 'error': 0.27; 'helpful.': 0.29; 'subject: [': 0.29; 'code': 0.30; 'maybe': 0.33; 'problem': 0.33; 'url:python': 0.33; 'http': 0.33; 'message-id:@gmail.com': 0.34; 'received:google.com': 0.35; 'installing': 0.35; 'problem.': 0.35; 'but': 0.36; 'too': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'wanted': 0.37; 'log': 0.38; 'hi,': 0.38; 'to:addr:python.org': 0.40; 'url:3': 0.60; 'hope': 0.61; 'charset:windows-1252': 0.62; 'url:0': 0.63; 'here': 0.66; "'new'": 0.84; 'i\x92ve': 0.84; 'now...': 0.84; 'reachable': 0.84; 'received:172.16.1': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=YwWND1JGe3GvJWWAe4ahG7NrgIEPkhy/pUPXv26YQZ8=; b=Rji7vjNPi56X38/+fJ93X2e9D/Y9YHwyPLMIkQE42A0MslJBhoFuXWaVtV0PNq53Lw bHyyUIh4GhMjU28mP/kDl1mC/P0m1eDrNST2F7WGzApflwpznSNTsX8yaELdWWSjGlg6 LFBFf4ir9PTkS5oxT4BD7Ta9LdQsnG6klMOhZLcQ8mw8G5DOX6E2+GUIOSvcjsVqSF3n 3g+Vn2G3nLVnzjqc3s7/6Wu5NO7ccvcAEgyv+YHa8N1iCPovyjmCLgaxoKWc6YHMIfOF nd2NZdTu0cjmtrH7hEgyAIbvedNu8O3dPNJYMShZ5W+PL6+IWcNU06aOOXD2+N4qFkrH nDFw== X-Received: by 10.194.120.131 with SMTP id lc3mr27031293wjb.99.1443011014403; Wed, 23 Sep 2015 05:23:34 -0700 (PDT) Subject: Python 3 windows installer problem [WAS: Re: an installing problem] To: python-list@python.org References: <1121531331.192221.1443008276312.JavaMail.yahoo@mail.yahoo.com> From: Lorenzo Sutton Date: Wed, 23 Sep 2015 14:23:28 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1121531331.192221.1443008276312.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1443011024 news.xs4all.nl 23817 [2001:888:2000:d::a6]:39363 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97039 Hi, Not too familiar with the 'new' Python 3 installer on windows.. but On 23/09/2015 13:37, Narges Asadi wrote: > Hello > I’ve encountered a problem when I wanted to install Python 3.5. > I sent you the log file. Please help me to fix the problem. From the log: [0F4C:1110][2015-09-23T14:54:17]e000: Error 0x80072ee7: Failed to send request to URL: https://www.python.org/ftp/python/3.5.0/win32/core_pdb.msi, trying to process HTTP status code anyway. which seems to be reachable now... so maybe a network problem when you were installing?? Look here about installing without downloading, it might be helpful. https://docs.python.org/3/using/windows.html#installing-without-downloading This bug report might also be relevant: https://bugs.python.org/issue25126 Hope this helps. Lorenzo.