This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python installation error 2203
Type: Stage: resolved
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: brian.curtin, corenova, ezio.melotti, loewis
Priority: normal Keywords:

Created on 2011-02-12 18:47 by corenova, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (6)
msg128449 - (view) Author: (corenova) Date: 2011-02-12 18:47
I'm running Windows 7 (32-bit) and I downloaded Python 2.7.1 Windows Installer but I can't install it. I get this message:
"The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203."
msg128451 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2011-02-12 18:53
Can you confirm that the checksum and size of the file you downloaded matches what's on the site: http://www.python.org/download/releases/2.7.1/
msg128453 - (view) Author: (corenova) Date: 2011-02-12 18:56
Yes, I downloaded it from there.
msg128456 - (view) Author: (corenova) Date: 2011-02-12 19:10
I get the same message when trying to install older versions (2.x) as well as new 3.1.3
I also tried ActivePython and same thing happens.
msg128457 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-02-12 19:12
Are you perhaps trying to run the installer from a network folder, or some other location that needs your personal credentials for access?

Please run

   msiexec /i python-2.7.1.msi /l*v python.log

and attach the resulting python.log to this report (compress if it's too large).
msg148754 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-12-02 15:55
corenova, can you try what Martin said?
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55410
2013-01-23 09:17:25ezio.melottisetstatus: pending -> closed
resolution: out of date
stage: resolved
2011-12-02 15:55:33ezio.melottisetstatus: open -> pending
nosy: + ezio.melotti
messages: + msg148754

2011-02-12 19:12:27loewissetnosy: loewis, brian.curtin, corenova
messages: + msg128457
2011-02-12 19:10:42corenovasetnosy: loewis, brian.curtin, corenova
messages: + msg128456
2011-02-12 18:56:47corenovasetnosy: loewis, brian.curtin, corenova
messages: + msg128453
2011-02-12 18:53:33brian.curtinsetnosy: + brian.curtin
messages: + msg128451
components: + Windows
2011-02-12 18:52:56pitrousetnosy: + loewis
2011-02-12 18:47:18corenovacreate