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 KevKeating, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-06-21.19:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498073194.32.0.768894583883.issue30725@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder if the custom action to run _ensurepip isn't running as admin... that would be the only thing I can think of.

Can you try running the installer with:

  msiexec /l*vx log.txt /i path_to.msi

Then attach the generated log.txt file? We might be able to see what's happening better with that.
History
Date User Action Args
2017-06-21 19:26:34steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, KevKeating
2017-06-21 19:26:34steve.dowersetmessageid: <1498073194.32.0.768894583883.issue30725@psf.upfronthosting.co.za>
2017-06-21 19:26:34steve.dowerlinkissue30725 messages
2017-06-21 19:26:34steve.dowercreate