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 zach.ware
Recipients ezio.melotti, jpe5605, steve.dower, zach.ware
Date 2014-08-12.19:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407870820.87.0.0690052433867.issue22177@psf.upfronthosting.co.za>
In-reply-to
Content
'python.exe' in the installation folder doesn't really matter -- it's just a tiny executable that embeds python27.dll, which contains the interpreter and is installed in C:\Windows\system32.  I suspect the installer didn't downgrade python27.dll because the installed version was newer.

As for your issue, such an in-place downgrade isn't quite supported (as you see), nor do I think it's a particularly good idea.  You should be able to achieve your goals with much less headache by uninstalling 2.7.8 completely with its own installer, then installing 2.7.5 where you want it.

Steve: is this something that would be easy/worthwhile to support in future 2.7 installers?
History
Date User Action Args
2014-08-12 19:13:40zach.waresetrecipients: + zach.ware, ezio.melotti, steve.dower, jpe5605
2014-08-12 19:13:40zach.waresetmessageid: <1407870820.87.0.0690052433867.issue22177@psf.upfronthosting.co.za>
2014-08-12 19:13:40zach.warelinkissue22177 messages
2014-08-12 19:13:40zach.warecreate