简体   繁体   中英

Installing PyQt4 on Windows

I have tried installing the binary from lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 for python 3.5 and 3.6 both. Still it is not working. Now it throws DLL error. How to fix it?

builtins.ImportError: DLL load failed: The specified module could not be found

在带有依赖关系行者的 Python 3.6的.whi内部的快速浏览表明,该程序包需要msvcp140.dllvcruntime140.dll ,它们是Visual Studio 2015Visual C ++可再发行组件的一部分

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM