Re: Error code 0x80070570
On Wed, 30 Sep 2015 23:06:13 +0530, Rusiri Jayalath 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. This seems to be a windows error, not a python issue. Try google. -- Denis McMahon, denismfmcma...@gmail.com -- https://mail.python.org/mailman/listinfo/python-list
Re: Error code 0x80070570
On 9/30/15, Rusiri Jayalath 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 -- https://mail.python.org/mailman/listinfo/python-list
Re: Error code 0x80070570
On Wed, Sep 30, 2015 at 1:36 PM, Rusiri Jayalath 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. > > -- > > Thank You. > > > > > > > > Best Regards, > > > > > > > > Rusiri D. Jayalath > > -- > https://mail.python.org/mailman/listinfo/python-list > > Microsoft seems to think its a disk problem, or a cd problem: http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/gets-the-error-code-0x80070570-during-the/34908e67-35d3-4291-9008-d7db862c29ff -- Joel Goldstick http://joelgoldstick.com -- https://mail.python.org/mailman/listinfo/python-list