Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: Error : 0x80070570 file or directory is corrupted or unavailable Date: Mon, 1 Feb 2016 12:42:52 +0000 Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de EBqYvlT1YNjKxbjW2va7vgx+u3ABLw8eMi/Mi1WPHq2A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pipermail': 0.05; 'subject:Error': 0.07; 'subject:file': 0.07; 'cc:addr:python- list': 0.09; 'bug': 0.10; 'python': 0.10; '2016': 0.16; 'cc:name:python list': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:unavailable': 0.16; 'wrote:': 0.16; 'fixed.': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'file.': 0.22; 'trying': 0.22; 'header :In-Reply-To:1': 0.24; 'install': 0.25; 'error': 0.27; 'message- id:@mail.gmail.com': 0.27; 'disk': 0.27; 'mention': 0.30; 'subject: : ': 0.30; 'reported': 0.32; 'problem': 0.33; 'url:python': 0.33; 'received:google.com': 0.35; 'clear': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'january': 0.38; 'version': 0.38; 'received:209': 0.38; 'log': 0.38; 'does': 0.39; 'url:mail': 0.40; 'here': 0.66; 'subject': 0.70; '3.4': 0.84; 'oscar': 0.84 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=sDO3X4V8i7RNZFaalyXbwhOOUULHNbTref6Eo+cHtME=; b=xuAoOtYOoY7l3JkO4PAdVdau08XUyIvr3JKn6e0ZlTYidXj7VaOS0RfEA6ULLkviP1 yjp3jZDD5nSLjl+TpFz1rM8de+zA3D8UZ/KlXB0is+AcP7ZWB6sD8RFpIqoCGSbBvmxt i/IR67G7ZlY9O1qG+P4gvnvxFFFNTg2Cm3TicpUtglq74ZfF1SG7y9hzae9Uy8pDK1pg nbmTvdE+uz6m+PVLdfcYYNt2BCltIdQqCUsvX4ufpKTC+EPakfHW/4yCbzGRmzyzEhoi 9knZsfuZjyl0p2Hd6NEaazYLQCSSZfVkF0552+g6zhu7DaQC7RrRUuvePtEz5lWI76xJ 6dFw== 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:from:date :message-id:subject:to:cc:content-type; bh=sDO3X4V8i7RNZFaalyXbwhOOUULHNbTref6Eo+cHtME=; b=QKGfEFnyEkaNr5XcQ6l4K0bJFYvxW8LC6U2tboxZuNbySUB8Ylh0BkcLNu6Bc/cpAv 53ZbuM/mxpHRpRTR1xDLhTfFz+wURL5aZgixXhrWykSXIBci/ETXUXEGDaFv1SAx63M/ dYF1CntLpoeS44+w6TsbFdkunCtmM6Mmu4sS2YloTLIsdJUD9rlitJYHIoKGMViQDzWT 5sytFHxFgOCJoLl1/KvGXQE6wYjzk9y+YMumuFnCsRKac/kYHZiLY4nyB6TcBHaC+LVk D3da6e1pKu1TSvjbCTXIb71SJreHxPgnuVWiMrU3FVc6Kjqottw5F+Td5SALDPBjodEY Qhdg== X-Gm-Message-State: AG10YORNKBBgwEv5j9RMSiRKl6CXRACs0igVuJG+98lZfp5VeSPZ2IkDUnauWhgPxJkyMFXUjJD8MlcRcqwzhQ== X-Received: by 10.112.172.233 with SMTP id bf9mr8365649lbc.121.1454330592564; Mon, 01 Feb 2016 04:43:12 -0800 (PST) In-Reply-To: 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:102387 On 31 January 2016 at 07:26, archi dsouza wrote: > I was trying to install Python.exe in windows 8.1. But got error mention in > subject line. find attached log file. This particular error message has been reported here before: https://mail.python.org/pipermail/python-list/2015-September/697456.html It's not clear to me whether it is a Python problem or a disk problem or what. What version are you trying to install? Is it Python 3.5? Does it work if you try to install Python 3.4 instead? If so then this may be a bug in Python 3.5 on Windows and it needs to be reported so it can be fixed. -- Oscar