[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 08:12:20
|
Bugs item #1054585, was opened at 2004-10-26 21:35 Message generated for change (Comment added) made by kjd 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: Kim Davies (kjd) Date: 2004-11-22 16:12 Message: Logged In: YES user_id=168657 Thanks for the advice! My only concern is that I am running a standard installation with the latest version of Windows, and I need to go hunting for DLLs just to get it running. If the DLL is necessary for normal operation on a vanilla Windows install, it should probably be bundled into the installation package. ---------------------------------------------------------------------- Comment By: jtidman (jtidman) Date: 2004-11-22 11: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-11 10: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 |