[issue30725] Windows installer for 2.7.13 doesn't install pip when installing to C:\Program Files

Steve Dower report at bugs.python.org
Wed Jun 21 15:26:34 EDT 2017


Steve Dower added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30725>
_______________________________________


More information about the Python-bugs-list mailing list