[pywin32-bugs] [ pywin32-Bugs-1054585 ] MFC71.DLL missing from install?
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-11-22 04:13:26
|
Bugs item #1054585, was opened at 2004-10-26 08:35 Message generated for change (Comment added) made by jtidman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kim Davies (kjd) Assigned to: Nobody/Anonymous (nobody) Summary: MFC71.DLL missing from install? Initial Comment: Pythonwin Build 203 for Python 2.4 (using b1) doesn't start, it exits on launch with this dialog box: "This application has failed to start because MFC71.DLL was not found. Re-installing the application may fix this problem." Previous versions of Pythonwin have worked fine on the machine, but this is the first time a 20x build has been used. System in Windows XP SP2. ---------------------------------------------------------------------- Comment By: jtidman (jtidman) Date: 2004-11-21 21:22 Message: Logged In: YES user_id=1163738 I searched all over microsoft.com to find these files. The best way that I came up with is to download the "ATC Voicepack SDK" from: http://www.microsoft.com/games/flightsimulator/fs2004_downloads_sdk.asp And install it. Then copy the dlls from the installed directory into \winnt\system32 (for win2K, or where ever else your OS stores dlls) Then uninstall the "ATC Voicepack SDK". PythonWin should then work fine. ---------------------------------------------------------------------- Comment By: Tony Meyer (anadelonbrin) Date: 2004-11-10 20:27 Message: Logged In: YES user_id=552329 This is a dupe of: [ 1016558 ] 202 Windows Installer requires MSVCR71.dll http://sourceforge.net/tracker/index.php?func=detail&aid=1016558&group_id=78018&atid=551954 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 |