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.

Author steve.dower
Recipients BreamoreBoy, ellipso, eryksun, loewis, ned.deily, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2014-06-03.15:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401809060.23.0.985454444832.issue21427@psf.upfronthosting.co.za>
In-reply-to
Content
eryksun's analysis is correct. If the component is marked 64-bit then it will not install on a 32-bit OS. This needs to be switched for the 32-bit installer.

(I also don't see why you'd want to set the 64-bit SharedDLLs key for a 32-bit DLL. Is there some reason we need to do this?)


The default download button currently gets the 32-bit version of 3.4.1, which is the correct default even for people with a 64-bit system. Up until you realize that your script legitimately needs more than 2GB of memory, nobody needs 64-bit Python (barring external library requirements).
History
Date User Action Args
2014-06-03 15:24:20steve.dowersetrecipients: + steve.dower, loewis, terry.reedy, tim.golden, ned.deily, BreamoreBoy, zach.ware, eryksun, ellipso
2014-06-03 15:24:20steve.dowersetmessageid: <1401809060.23.0.985454444832.issue21427@psf.upfronthosting.co.za>
2014-06-03 15:24:20steve.dowerlinkissue21427 messages
2014-06-03 15:24:19steve.dowercreate