[issue3887] Python 2.6 doesn't run after installation on amd64

2008-09-19 Thread Martin v. Löwis

Martin v. Löwis [EMAIL PROTECTED] added the comment:

You were right; the x86 version of the CRT was included. This is now
fixed in r66514 and r66515.

If you want to try it out, try

http://www.dcl.hpi.uni-potsdam.de/home/loewis/python-2.6rc2.amd64.msi
http://www.dcl.hpi.uni-potsdam.de/home/loewis/python-2.6rc2.amd64.msi.asc

--
resolution:  - fixed
status: open - closed

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3887
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3887] Python 2.6 doesn't run after installation on amd64

2008-09-19 Thread John Ehresman

John Ehresman [EMAIL PROTECTED] added the comment:

The new installer works for both for everyone and for me installs.

Thanks,

John

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3887
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3887] Python 2.6 doesn't run after installation on amd64

2008-09-18 Thread Martin v. Löwis

Martin v. Löwis [EMAIL PROTECTED] added the comment:

I can't reproduce the problem. Did you install for all users, or just
for you? Do you have the CRT already installed or not?

Can you try replacing the manifest with the attached one (not sure why
it says x86)? You then also need to replace the manifest in DLLs, and
fix the  file name to ../msvcr90.dll.

Added file: http://bugs.python.org/file11523/Microsoft.VC90.CRT.manifest

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3887
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3887] Python 2.6 doesn't run after installation on amd64

2008-09-18 Thread John Ehresman

John Ehresman [EMAIL PROTECTED] added the comment:

This is on a fresh Vista Ultimate install.  There is no msvcr90.dll
anywhere on the system, if windows file search according to windows file
search (I did check the hidden / system file box).

The first report is from a for me install.  After installing for all
users, there's no dll in \python26 and the error log error message of:
Activation context generation failed for C:\Python26\python.exe.
Dependent Assembly
Microsoft.VC90.CRT,processorArchitecture=amd64,publicKeyToken=1fc8b3b9a1e18e3b,type=win32,version=9.0.21022.8
could not be found. Please use sxstrace.exe for detailed diagnosis.

I tried using changing the .manifest and got a null pointer access error:
Faulting application python.exe, version 0.0.0.0, time stamp 0x48cb6bcf,
faulting module ntdll.dll, version 6.0.6001.18000, time stamp
0x4791adec, exception code 0xc07b, fault offset 0x000b1188,
process id 0xa28, application start time 0x01c919c8f9746f89.

I wonder if the x86 dll is being installed rather than the amd64 one.

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3887
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3887] Python 2.6 doesn't run after installation on amd64

2008-09-17 Thread Amaury Forgeot d'Arc

Changes by Amaury Forgeot d'Arc [EMAIL PROTECTED]:


--
assignee:  - loewis
nosy: +loewis
priority:  - critical

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3887
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3887] Python 2.6 doesn't run after installation on amd64

2008-09-16 Thread John Ehresman

New submission from John Ehresman [EMAIL PROTECTED]:

The amd64 python 2.6rc1 won't run after installation on Vista.  It fails
with the error (from the event log) of 

Activation context generation failed for C:\Python26\python.exe.Error
in manifest or policy file C:\Python26\Microsoft.VC90.CRT.MANIFEST on
line 11. Component identity found in manifest does not match the
identity of the component requested. Reference is
Microsoft.VC90.CRT,processorArchitecture=amd64,publicKeyToken=1fc8b3b9a1e18e3b,type=win32,version=9.0.21022.8.
Definition is
Microsoft.VC90.CRT,processorArchitecture=x86,publicKeyToken=1fc8b3b9a1e18e3b,type=win32,version=9.0.21022.8.
Please use sxstrace.exe for detailed diagnosis.

Looking at the C:\Python26\Microsoft.VC90.CRT.MANIFEST file, the
processorArchitecture is set to x86

--
components: Windows
messages: 73322
nosy: jpe
severity: normal
status: open
title: Python 2.6 doesn't run after installation on amd64
type: behavior
versions: Python 2.6

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3887
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com