Menu

#162 MFC71.DLL missing from install?

closed-wont-fix
nobody
pythonwin (177)
5
2004-12-08
2004-10-26
Kim Davies
No

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.

Discussion

  • jtidman

    jtidman - 2004-11-22

    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.

     
  • Kim Davies

    Kim Davies - 2004-11-22

    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.

     
  • Nick Coghlan

    Nick Coghlan - 2004-12-07

    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.

     
  • Mark Hammond

    Mark Hammond - 2004-12-08
    • status: open --> closed-wont-fix
     
  • Mark Hammond

    Mark Hammond - 2004-12-08

    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.