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 LlelanD, steve.dower, terry.reedy
Date 2014-09-03.02:44:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409712247.88.0.231821248747.issue22329@psf.upfronthosting.co.za>
In-reply-to
Content
I've been working on the rewrite for 3.5 already (progress at http://hg.python.org/sandbox/steve.dower) - redoing the installer completely was one of the conditions for when I signed on to own it.

Martin is still responsible for 3.4, and I'm building 2.7 as required but not working on the installer at all.

If this bug needs to be fixed in 3.4, it should be assigned to Martin. Otherwise, if it only needs to be fixed in 3.5, it can be assigned to me and I'll (try and) remember to make this scenario work. (Basically, uninstall may need to reinstall some files - this is probably the uninstall step for pip, but I'm not 100% sure.)

To find out exactly what isn't working, you should be able to run the following command:

msiexec /l*vx log.txt /x {D54842CB-F761-30BA-881F-1FF821DC44DF}

log.txt can be a full path to any location - the UUID is the product code for 3.4.1 x64. You can attach it here and I'll take a look, or you can check it yourself for the error. Either way, I don't intend to fix it for 3.4.
History
Date User Action Args
2014-09-03 02:44:07steve.dowersetrecipients: + steve.dower, terry.reedy, LlelanD
2014-09-03 02:44:07steve.dowersetmessageid: <1409712247.88.0.231821248747.issue22329@psf.upfronthosting.co.za>
2014-09-03 02:44:07steve.dowerlinkissue22329 messages
2014-09-03 02:44:07steve.dowercreate