[issue20983] Python 3.4 'repair' Windows installation does not install pip & setuptools packages

2021-10-19 Thread Zachary Ware


Zachary Ware  added the comment:

The installer system for v3.4 and before has long since been retired.

--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2015-01-31 Thread Steve Dower

Changes by Steve Dower steve.do...@microsoft.com:


--
versions:  -Python 3.5

___
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



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2015-01-03 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
nosy: +steve.dower, tim.golden, zach.ware
versions: +Python 3.5

___
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



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-04-15 Thread Don DeZutter

Don DeZutter added the comment:

Martin: Thank you for your prompt and helpful response to my attempt to tag
along to a possibly similar bug. I had been working on my issue for about
two weeks and truly believed it was a bug before i adventured as I did. As
you know, the difference between a problem and a bug is who comes up with
the fix.

I continued working my issue and discovered I could reinstall by running
msiexec with the /l *v option and again with the /fa /l*v option which
forces all file files to be reinstalled. I still consider this to be a bug
in the Python installer because the installer does not truly repair. But I
am a happy camper now will use the python-list you recommended.

Don DeZutter

On Mon, Apr 14, 2014 at 11:26 PM, Martin v. Löwis rep...@bugs.python.orgwrote:


 Martin v. Löwis added the comment:

 Don: This is not a helpdesk system, but a bug tracker; the difference is
 that we don't help you here, but you help us.

 If you need help yourself, I suggest subscribing to python-list, at

 https://mail.python.org/mailman/listinfo/python-list

 and posting a question there.

 --

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue20983
 ___


--

___
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



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-04-14 Thread Don DeZutter

Don DeZutter added the comment:

On Windows 7 SP1 x64 after having installed Python 3.3 (x64) in “c:\Python33” 
and then subsequently installing Python 3.4 (x64) in “c:\Python34”, and then 
uninstalling the Python 3.3 (x64) and I’m not sure what else I may have done, I 
can no longer do any of the following:
Open an IDLE window using the Windows Start Menu;
Uninstall, Change, or Repair Python 3.4 using Windows Programs and 
Features;
Uninstall Python 3.4 using Windows Start Menu;
Reinstall Python 3.4 using the current 3.4 .msi install program.

I would like to go back to being able to do a forced fresh install.

I am a Python newby so maybe I should open a new incident but I don’t know how 
to start one yet.

Perhaps I should try the previously described reproduce procedure by doing the 
following:
Rename or delete target installation folder and then rerun Python installation 
procedure to install.

--
nosy: +DeZutter

___
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



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-04-14 Thread Martin v . Löwis

Martin v. Löwis added the comment:

Don: This is not a helpdesk system, but a bug tracker; the difference is that 
we don't help you here, but you help us.

If you need help yourself, I suggest subscribing to python-list, at

https://mail.python.org/mailman/listinfo/python-list

and posting a question there.

--

___
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



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-03-19 Thread Jurko Gospodnetić

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



[issue20983] Python 3.4 'repair' Windows installation does not install pip setuptools packages

2014-03-19 Thread Martin v . Löwis

Martin v. Löwis added the comment:

There is currently a condition in the installer to run ensurepip only if this 
is an installation (i.e. not an uninstallation); this should probably be 
extended to also run this on repair. 

Contributions are welcome.

--
nosy: +loewis

___
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