[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-20 Thread Christian Heimes

Christian Heimes added the comment:

On my Windows box the 32bit python27.dll is in C:\Windows\System32\ and the 
64bit DLL is in c:\Windows\SysWOW64\. Can you recall the installation order, 
did you install the 32 or 64bit version first? Did you choose install for all 
users for both installations? Which version of Windows are you running 
(release and service pack)?

For some applications like COM the DLL must be installed the system directory.

--
nosy: +christian.heimes, loewis
type:  - behavior

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



[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-20 Thread Martin v . Löwis

Martin v. Löwis added the comment:

Are you sure that the file in SysWOW64 is a 64-bit binary? On Win64, system32 
contains the 64-bit DLLs, and SysWOW64 contains the 32-bit DLLs:

http://en.wikipedia.org/wiki/WoW64#Registry_and_file_system

Indeed, on my system, it's exactly reversed to what Christian reports.

I'm closing this report as invalid: I can't see a problem in Keith original 
message. *Of course* the x86 installer won't install to system32 on a Win64 
system; this is correct behavior. Of course, the 64-bit installer should 
install to system32, this is what it should do. It should *not* install to 
SysWOW64.

--
resolution:  - invalid
status: open - closed

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



[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-20 Thread Christian Heimes

Christian Heimes added the comment:

No, I'm not sure. I peaked into python27.dll in system32 and saw that it refers 
to kernel32.dll. I guess I made the wrong conclusion ... You have to admit that 
the naming convention is a tiny bit confusion. ;)

--

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



[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-20 Thread Keith Sabine

Keith Sabine added the comment:

Well all I can say is having installed BOTH the 32 and 64 bit versions, I found 
I only had the 32 bit dll installed.

I can raise a second issue for the request to put a copy of the dll in the DLL 
directory, so that it's easier to locate the correct dll if needed to ship with 
an embedded python application.

--

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



[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-19 Thread Keith Sabine

New submission from Keith Sabine:

The windows installers for Python 2.7.3 do not install the required 
python27.dll correctly.

The Windows x86 MSI Installer (2.7.3) does not install a 32 bit python27.dll in 
windows\system32 at all.

The Windows x86-64 MSI Installer (2.7.3) installs a 64 bit python27.dll in 
windows\system32, NOT in windows\SysWOW64 as it should.

The python27.dll should be kept in the python DLLs directory for both 32 and 64 
bit versions, so users can clean up the mess if they need to...

--
components: Windows
messages: 177736
nosy: keith969
priority: normal
severity: normal
status: open
title: Windows installers for 2.7.3 don't install python27.dll correctly
versions: Python 2.7

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



[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-19 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc added the comment:

Did you select an option like install for all users/install just for me at 
some point?

--
nosy: +amaury.forgeotdarc

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



[issue16727] Windows installers for 2.7.3 don't install python27.dll correctly

2012-12-19 Thread Keith Sabine

Keith Sabine added the comment:

I selected install for all users, even though there is only one...

--

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