在 Windows 上安装 PyQt4
Installing PyQt4 on Windows
我已经尝试从 lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 为 python 3.5 和 3.6 安装二进制文件。仍然没有用。现在它抛出 DLL 错误。如何解决?
builtins.ImportError: DLL load failed: The specified module could not be found
快速浏览 Python 3.6 的 .whi 和 dependency walker suggests that the package requires msvcp140.dll
and vcruntime140.dll
which are part of the Visual C++ Redistributable for Visual Studio 2015
我已经尝试从 lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 为 python 3.5 和 3.6 安装二进制文件。仍然没有用。现在它抛出 DLL 错误。如何解决?
builtins.ImportError: DLL load failed: The specified module could not be found
快速浏览 Python 3.6 的 .whi 和 dependency walker suggests that the package requires msvcp140.dll
and vcruntime140.dll
which are part of the Visual C++ Redistributable for Visual Studio 2015