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


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

Re: Error code 0x80070570

Started byeryksun <eryksun@gmail.com>
First post2015-09-30 14:36 -0500
Last post2015-09-30 14:36 -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: Error code 0x80070570 eryksun <eryksun@gmail.com> - 2015-09-30 14:36 -0500

#97256 — Re: Error code 0x80070570

Fromeryksun <eryksun@gmail.com>
Date2015-09-30 14:36 -0500
SubjectRe: Error code 0x80070570
Message-ID<mailman.277.1443642207.28679.python-list@python.org>
On 9/30/15, Rusiri Jayalath <rusirijayalath92@gmail.com> wrote:
> Error code 0x80070570 appears when installing python 3.5.0 (32-bit) setup
> for my windows 8.1 system. Please help me to solve this problem.

0x80070570 is ERROR_FILE_CORRUPT: the file or directory is corrupted
and unreadable. It could be an intermittent problem with your internet
connection when downloading the required packages. Try using the
non-web installer that already includes most of them [1].

I haven't seen this particular error reported on the issue tracker, so
you might want to submit a new issue. Include a zip of the
installation logs for the most recent failed attempt. They're in your
%TEMP% directory with names like "Python 3.5.0 (32-bit)_*.log".

FYI, the severity/facility code 0x8007 determines that 0x0570 is a
Win32 error code. See HRESULT [2] for an overview of how to decode
HRESULT and NTSTATUS [3] codes. See Win32 Error Codes [4] or System
Error Codes [5] for a list of Win32 errors.

[1]: https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe
[2]: https://msdn.microsoft.com/en-us/library/cc231198
[3]: https://msdn.microsoft.com/en-us/library/cc231200
[4]: https://msdn.microsoft.com/en-us/library/cc231199
[5]: https://msdn.microsoft.com/en-us/library/ms681381

[toc] | [standalone]


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


csiph-web