“import wx” fails after installation of wxPython on Windows XP

前端 未结 9 1228
庸人自扰
庸人自扰 2021-01-13 23:49

I downloaded and installed this version of wxPython for use with my Python 2.6 installation:

http://downloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.

9条回答
  •  感情败类
    2021-01-14 00:01

    Copy the Microsoft C runtime library v.9 files and manifest. That is, msvcr90.dll and microsoft.vc90.crt.manifest from folder python to the folder wx, tha is, folder which contains failed to start DLLs.

    Or install the Visual C++ 2008 Redistributable Package.

提交回复
热议问题