Issue 3833: python-2.6b3.msi and python-2.6b3.amd64.msi can't both be installed on one machine (original) (raw)

Created on 2008-09-11 04:07 by jretz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg73003 - (view) Author: Jimmy Retzlaff (jretz) Date: 2008-09-11 04:07
I'm seeing the same symptoms that are described in issue 1543 with the 2.6b3 MSIs. Namely, when you run one of the MSIs (either 32-bit or 64-bit) then the other will refuse to install. This is on XP Pro x64 SP2. python-3.0b3.msi and python-3.0b3.amd64.msi exhibit the same problem. Having 32-bit and 64-bit version coexist makes it much easier to build extensions for and test on both versions at the same time.
msg73168 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-09-13 08:16
Thanks for the reminder. This is now fixed in r66439 and r66440, as well as 2.6rc1 (although I haven't actually tested it, due to lack of access to an AMD64 system right now - please report whether it works).
msg73170 - (view) Author: Jimmy Retzlaff (jretz) Date: 2008-09-13 08:41
Works great on 2.6rc1. Thanks!
msg78513 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-12-30 08:58
It is possible to reattach messages to the issue. In this specific case, just append ?@action=edit&@add@messages=73003 to the issue URL.
History
Date User Action Args
2022-04-11 14:56:39 admin set github: 48083
2009-02-12 11:28:55 gpolo set nosy: - gregory.p.smith
2009-02-12 11:28:34 gpolo set messages: -
2009-02-12 11:28:12 gpolo set messages: -
2009-02-12 11:27:30 gpolo set nosy: + gregory.p.smithmessages: +
2008-12-30 08:58:45 loewis set messages: +
2008-12-30 08:56:38 loewis set messages: +
2008-12-30 02:37:55 gpolo set nosy: + gpolomessages: +
2008-12-30 02:34:36 gpolo set messages: -
2008-09-13 08:41:50 jretz set messages: +
2008-09-13 08:16:30 loewis set status: open -> closedresolution: fixedmessages: + nosy: + loewis
2008-09-11 04:07:55 jretz create