[pywin32-bugs] [ pywin32-Bugs-1016558 ] 202 Windows Installer requires MSVCR71.dll
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-11-25 19:05:23
|
Bugs item #1016558, was opened at 2004-08-26 11:01 Message generated for change (Comment added) made by native_api You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1016558&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Will Watts (willw) Assigned to: Nobody/Anonymous (nobody) Summary: 202 Windows Installer requires MSVCR71.dll Initial Comment: When I run the install, it fails at once with a modal dialog: pywin32-202.win32-py2.4.exe - Unable to Locate DLL The dynamic link library MSVCR71.dll could not be found in the specified path.... [path on my machine] After that the install stops and no further progress is possible. OS is Win2k SP4. ---------------------------------------------------------------------- Comment By: Vano (native_api) Date: 2007-11-25 22:05 Message: Logged In: YES user_id=1839655 Originator: NO Since pywin relies on distutils in this aspect, i guess the request should be redirected there. ---------------------------------------------------------------------- Comment By: Gawarecki (gawarecki) Date: 2007-05-09 01:12 Message: Logged In: YES user_id=1788614 Originator: NO Install of "pywin32-210.win32-py2.5.exe" and "pywin32-210.win32-py2.6.exe" and get following error dialog: Title = pywin32-210.win32-py2.5.exe - Unable to Locate Component Content = This application has failed to start because MSVCR71.dll was not found. Re=installing the application may fix this problem. Buttons = OK ---------------------------------------------------------------------- Comment By: Will Watts (willw) Date: 2005-05-04 11:25 Message: Logged In: YES user_id=70647 Re: Chris Mahan's comment: You've missed my point. I don't (or rather didn't) have MSVCR71.dll to copy around to any directory. It is a redistributable DLL that is part of Microsoft's Visual C++ 7.1. It's not part of the OS - at least, not Win2K. Therefore any program that depends on it should supply it. ---------------------------------------------------------------------- Comment By: Chris Mahan (chris_mahan) Date: 2005-05-04 07:42 Message: Logged In: YES user_id=102754 You can work around it by copying the dll to the directory where pywin installer is. Win XP here. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1016558&group_id=78018 |