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 rhettinger
Recipients loewis, rhettinger
Date 2012-02-08.01:57:14
SpamBayes Score 0.00024603022
Marked as misclassified No
Message-id <1328666235.95.0.56390698095.issue13965@psf.upfronthosting.co.za>
In-reply-to
Content
On the downloader page, http://www.python.org/download/releases/2.7.2/ there is an entry "•Windows X86-64 MSI Installer" that links to http://www.python.org/ftp/python/2.7.2/python-2.7.2.amd64.msi

Running this installer succeeds and show messages that a 64-bit version of Python is being installed; however, running Python shows that only a 32-bit version is being run despite a welcome message stating that a 64-bit version is being run:


C:\Python27>python
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.maxint
2147483647
History
Date User Action Args
2012-02-08 01:57:16rhettingersetrecipients: + rhettinger, loewis
2012-02-08 01:57:15rhettingersetmessageid: <1328666235.95.0.56390698095.issue13965@psf.upfronthosting.co.za>
2012-02-08 01:57:15rhettingerlinkissue13965 messages
2012-02-08 01:57:14rhettingercreate