[issue24425] Installer Vender Issue

2021-06-22 Thread Irit Katriel


Irit Katriel  added the comment:

Closing as 3.4 and 2.7 are no longer maintained and the installer was rewritten 
for 3.5.

--
nosy: +iritkatriel
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



[issue24425] Installer Vender Issue

2015-06-25 Thread John Laurence Poole

John Laurence Poole added the comment:

I attempted to install on Windows Server 2008 R2 Service Pack 1 and had the 
same problems.  I thought it might be proxy since I'm behind a firewall, but 
setting the usual values did not allow the program to overcome whatever it is 
that PIP is having problems with.

here's the log at the failure point:
MSI (s) (2C:BC) [11:10:26:806]: Executing op: CacheSizeFlush(,)
MSI (s) (2C:BC) [11:10:26:806]: Executing op: ActionStart(Name=UpdatePip,,)
Action 11:10:26: UpdatePip. 
MSI (s) (2C:BC) [11:10:26:809]: Executing op: 
CustomActionSchedule(Action=UpdatePip,ActionType=3090,Source=C:\Python27\python.exe,Target=-m
 ensurepip -U --default-pip,)
MSI (s) (2C:BC) [11:10:26:812]: Note: 1: 1721 2: UpdatePip 3: 
C:\Python27\python.exe 4: -m ensurepip -U --default-pip 
MSI (s) (2C:BC) [11:10:26:812]: Note: 1: 2262 2: Error 3: -2147287038 
Error 1721. There is a problem with this Windows Installer package. A program 
required for this install to complete could not be run. Contact your support 
personnel or package vendor. Action: UpdatePip, location: 
C:\Python27\python.exe, command: -m ensurepip -U --default-pip 
MSI (s) (2C:BC) [11:10:30:520]: Note: 1: 2262 2: Error 3: -2147287038 
MSI (s) (2C:BC) [11:10:30:520]: Product: Python 2.7.10 (64-bit) -- Error 1721. 
There is a problem with this Windows Installer package. A program required for 
this install to complete could not be run. Contact your support personnel or 
package vendor. Action: UpdatePip, location: C:\Python27\python.exe, command: 
-m ensurepip -U --default-pip 

Action ended 11:10:30: InstallFinalize. Return value 3.

To get this to install, during the installation, disengage entirely PIP, it's 
default is to install it.

--
nosy: +John Laurence Poole

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



[issue24425] Installer Vender Issue

2015-06-10 Thread Hayden Young

New submission from Hayden Young:

For some reason, my Python installer won't run properly. When I click install, 
after DISabling PIP in the installer (And with pip on), it tells me the 
following: There is a problem with this windows installer package. A program 
required for this install to complete cannot be run. Contact your support 
personnel or package vendor. 

Can anyone help me here?
I really need Python for school, but my laptop won't run this properly.
If it's to do with my specs, they are this:

Laptop: Dell Latitude E6230 (Non-SSD)
Core: Intel i5 Processor

PLEASE HELP!

--
components: Installation
messages: 245132
nosy: Hayden Young
priority: normal
severity: normal
status: open
title: Installer Vender Issue
versions: Python 3.4

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



[issue24425] Installer Vender Issue

2015-06-10 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
components: +Extension Modules, Windows -Installation
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

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



[issue24425] Installer Vender Issue

2015-06-10 Thread Steve Dower

Steve Dower added the comment:

Can you run the following command and then post the log.txt file it generates:

msiexec /l*vx log.txt /i path to the Python MSI

--

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