New submission from Jurko Gospodnetić:

On Windows, when you repair your Python 3.4 installation, it
will not reinstall pip & setuptools. Here by 'repair' I mean
a 'Windows Installer' based repair installation.

Reproduced using:
  * Windows 7 SP1 x64.
  * Python 3.4.0 (32-bit).

To reproduce do the following:
  * Install Python.
    * For example to the target installation folder:
      'C:\Program Files (x32)\Python\Python340'.
    * This will automatically install pip & setuptools
      Python packages.
  * Delete or rename your target installation folder.
  * Rerun your Python installation and choose to repair
    the current installation.
    * This will restore the original target installation
      folder and all the basic installation files under
      that folder, but it will not reinstall pip &
      setuptols Python packages.

----------
components: Installation, Windows
messages: 214113
nosy: Jurko.Gospodnetić
priority: normal
severity: normal
status: open
title: Python 3.4 'repair' Windows installation does not install pip & 
setuptools packages
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20983>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to