[issue22139] python windows 2.7.8 64-bit wrong binary version

2014-08-05 Thread Andreas Richter
New submission from Andreas Richter: Having the following problem. 1. Download 2.7.8 64-bit windows msi 2. Install it 3. Run python ... says it's 2.7.6 4. Execute import hmac 5. Error Output: C:\prototypepython Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win32

[issue22139] python windows 2.7.8 64-bit wrong binary version

2014-08-05 Thread Andreas Richter
Andreas Richter added the comment: Also note Even though I install 2.7.8 msi the python command line says that it's running 2.7.5 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22139

[issue22139] python windows 2.7.8 64-bit wrong binary version

2014-08-05 Thread Martin v . Löwis
Martin v. Löwis added the comment: Can you please print sys.executable? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22139 ___

[issue22139] python windows 2.7.8 64-bit wrong binary version

2014-08-05 Thread Zachary Ware
Zachary Ware added the comment: This seems very odd; I'm skeptical that this is a bug with Python or its installer. A few questions to try to narrow things down: 1) Did you already have a version of Python installed, what version, and where? 2) Where did you install 2.7.8? 3) What output do