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 jpe5605
Recipients ezio.melotti, jpe5605
Date 2014-08-09.23:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407627059.29.0.446064925929.issue22177@psf.upfronthosting.co.za>
In-reply-to
Content
Have you checked if there are pyc files left around by the previous installation? -- Yes, hundreds! After making a backup, i deleted all 900+ occurrences of "*.pyc" in c:\python27 and it still reports 2.7.8.

Have you specified the full path to python.exe from cmd while running python -V?    -- Yes, i've attached the console output

If you start the interpreter and print sys.version what do you get?  Does anything change if you reload(sys)? -- 2.7.8 again, no.
History
Date User Action Args
2014-08-09 23:30:59jpe5605setrecipients: + jpe5605, ezio.melotti
2014-08-09 23:30:59jpe5605setmessageid: <1407627059.29.0.446064925929.issue22177@psf.upfronthosting.co.za>
2014-08-09 23:30:59jpe5605linkissue22177 messages
2014-08-09 23:30:59jpe5605create