Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105812 > unrolled thread

Re: setup

Started byeryk sun <eryksun@gmail.com>
First post2016-03-26 23:07 -0500
Last post2016-03-26 23:07 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: setup eryk sun <eryksun@gmail.com> - 2016-03-26 23:07 -0500

#105812 — Re: setup

Fromeryk sun <eryksun@gmail.com>
Date2016-03-26 23:07 -0500
SubjectRe: setup
Message-ID<mailman.71.1459051687.28225.python-list@python.org>
On Sat, Mar 26, 2016 at 6:20 PM, Joel Goldstick
<joel.goldstick@gmail.com> wrote:
> I'm guessing you are on windows and you could google the error code, but
> also search the list because this question has been asked and answered I
> believe

A little knowledge helps. An upper word of 0x8007 indicates a COM
HRESULT error (0x8000) that originated as a Windows error (facility
7). Se we know that the lower word value of 0x0570 is a common Windows
error code that can be found in the following list:

https://msdn.microsoft.com/en-us/library/ms681381

You'll find that it's ERROR_FILE_CORRUPT, i.e. the file or directory
is corrupted and unreadable. The most likely cause is a bad download.
I wonder whether the OP used the web installer, which downloads
components as required. If there's something dubious about the way it
downloads from python.org, that would explain the relative frequency
of this error for 3.5 installs.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web