[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-20 Thread Pierre Boulanger

Pierre Boulanger added the comment:

your soluce works.
great tanks !

--
status: open - closed

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

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

Martin v. Löwis added the comment:

The problem is this:

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: RemovePip, location: 
C:\Python34\python.exe, command: -B -m ensurepip._uninstall

It tries to uninstall 3.4.1 for the upgrade, including an uninstallation of 
pip. Uninstallation fails, so it cannot upgrade.

Can you report whether any terminal windows show up, and what they say? Also, 
can you try to run python3 -B -m ensurepip._uninstall' manually in a terminal 
window and report whether it works?

As a work-around, you can uninstall Python 3.4.1 first, then install 3.4.2.

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Pierre Boulanger

Pierre Boulanger added the comment:

the result of log is:
=== Verbose logging started: 18-10-14  08:42:21  Build type: SHIP UNICODE 
5.00.9600.00  Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (C4:34) [08:42:21:518]: Font created.  Charset: Req=0, Ret=0, Font: 
Req=MS Shell Dlg, Ret=MS Shell Dlg

MSI (c) (C4:34) [08:42:21:518]: Font created.  Charset: Req=0, Ret=0, Font: 
Req=MS Shell Dlg, Ret=MS Shell Dlg

MSI (c) (C4:24) [08:42:21:550]: Resetting cached policy values
MSI (c) (C4:24) [08:42:21:565]: Machine policy value 'Debug' is 0
MSI (c) (C4:24) [08:42:21:565]: *** RunEngine:
   *** Product: C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi
   *** Action: 
   *** CommandLine: **
MSI (c) (C4:24) [08:42:21:565]: Note: 1: 2203 2: 
C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi 3: -2147287037 
MSI (c) (C4:24) [08:42:21:565]: MainEngineThread is returning 3
=== Verbose logging stopped: 18-10-14  08:42:21 ===

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Steve Dower

Steve Dower added the comment:

Hmm, I'm used to seeing far more detail in verbose logs than that (normally 
they'd be a few hundred KB).

I'm sorry, I don't know how to diagnose this issue. Have you tried clearing 
your internet cache and downloading it again? Maybe try the 32-bit version 
(just to rule out some system configuration issues).

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Martin v . Löwis

Martin v. Löwis added the comment:

2203 is Cannot open database file. System error [3]., with -2147287037 being 
0x80030003, which in turn is  STG_E_PATHNOTFOUND. Could it be that 
C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi is on a SUBSTed drive? 
Installer does not support installing from that location.

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread eryksun

eryksun added the comment:

 MSI (c) (C4:24) [08:42:21:565]: Note: 1: 2203 2: 
 C:\Users\pierre\Doocuments\python-3.4.2.amd64.msi 3: 
 -2147287037 

Doocuments is probably a typo. Try again using Documents.

--
nosy: +eryksun

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Georg Brandl

Changes by Georg Brandl ge...@python.org:


--
Removed message: http://bugs.python.org/msg229654

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Georg Brandl

Georg Brandl added the comment:

Removed the message containing the log. It is making it very clumsy to view 
this issue. Please resubmit as a file attachment.

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Georg Brandl

Changes by Georg Brandl ge...@python.org:


--
Removed message: http://bugs.python.org/msg229655

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-18 Thread Pierre Boulanger

Pierre Boulanger added the comment:

Here is the right log...

--
Added file: http://bugs.python.org/file36962/log.txt

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-15 Thread Pierre Boulanger

New submission from Pierre Boulanger:

I try to install python 3.4.2-amd 64 but i have an error: a program used for 
the installation could not be run.

befor i have python 3.4.1 and it work perfectly.

--
components: Installation
messages: 229494
nosy: brp-log
priority: normal
severity: normal
status: open
title: Unable to install Python 3.4.2 amd64 on Windows 8.1
type: behavior
versions: Python 3.4

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-15 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
components: +Windows
nosy: +loewis, steve.dower, tim.golden, zach.ware

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-15 Thread Georg Brandl

Georg Brandl added the comment:

Can you describe a bit more in detail at which step of the installer the error 
occurs?

--
nosy: +georg.brandl

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-15 Thread Steve Dower

Steve Dower added the comment:

If you deselect pip from the feature list, do you have any more success?

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-15 Thread Pierre Boulanger

Pierre Boulanger added the comment:

the error occurs when the installer create shortcuts after removed files of old 
python version.

--

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



[issue22648] Unable to install Python 3.4.2 amd64 on Windows 8.1

2014-10-15 Thread Steve Dower

Steve Dower added the comment:

Unless Martin knows what could be going wrong, I don't think that's too helpful.

Can you run the following command from an elevated command prompt and post the 
log it creates:

msiexec /l*vx log.txt /i (path to Python.msi)

--

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