[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-12-08 12:46:21
|
Bugs item #1054585, was opened at 2004-10-26 23:35 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1054585&group_id=78018 Category: pythonwin Group: None >Status: Closed >Resolution: Wont Fix 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: Mark Hammond (mhammond) Date: 2004-12-08 23:46 Message: Logged In: YES user_id=14198 The starship URL now has a link to the DLLs. It is unlikely that the install will ever include them. ---------------------------------------------------------------------- Comment By: Nick Coghlan (ncoghlan) Date: 2004-12-07 21:29 Message: Logged In: YES user_id=1038590 The post install note indicates that this file is not included, but refers to the win32all home page as a source of the file. The file is nowhere to be found. This is not a dupe of the MSVCR71.dll bug - it only affects Pythonwin, and relates to a different DLL. ---------------------------------------------------------------------- Comment By: Kim Davies (kjd) Date: 2004-11-22 19: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 14: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 13: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 |