[issue8929] wininst: msvcr90 dependency in x64 build

2010-06-07 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue8929] wininst: msvcr90 dependency in x64 build

2010-06-07 Thread Christian Boos
Christian Boos added the comment: I did a mistake and downloaded an older installer, sorry for the trouble this caused. The actual Python 2.6.5 (x64) has wininst-9.0.exe and wininst-9.0-amd64.exe built statically as expected. -- nosy: +cboos ___ P

[issue8929] wininst: msvcr90 dependency in x64 build

2010-06-06 Thread Martin v . Löwis
Martin v. Löwis added the comment: ISTM that this report is based on hearsay; nobody is *actually* experiencing any problems. Proposing to close this as "invalid". -- ___ Python tracker ___

[issue8929] wininst: msvcr90 dependency in x64 build

2010-06-06 Thread Mark Hammond
Mark Hammond added the comment: A quick check of my tree shows that the 32 and 64 bit versions are the same in this regard - the raw stubs wininst-9.0.exe and wininst-9.0-amd64.exe do not depend on the CRT. A test install of 2.6.5-amd64, then using the 64bit versoion of 'depends' against win

[issue8929] wininst: msvcr90 dependency in x64 build

2010-06-06 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- nosy: +loewis, mhammond ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue8929] wininst: msvcr90 dependency in x64 build

2010-06-06 Thread anatoly techtonik
New submission from anatoly techtonik : Installers generated with x64 version of Python 2.6.5 seems to have msvcr90.dll dependency that may not be present on all platforms. http://trac.edgewall.org/ticket/9404#comment:17 -- assignee: tarek components: Distutils messages: 107227 nosy: t