V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Zeroxus
V2EX  ›  Python

ImportError: DLL load failed: 找不到指定的程序。此坑求帮填!!!

  •  
  •   Zeroxus · 2016-11-13 21:05:41 +08:00 · 9734 次点击
    这是一个创建于 2721 天前的主题,其中的信息可能已经有所发展或是发生改变。

    msvcp71.dll 与 msvcr71.dll 已装,然并卵。 不是伸手党,参考了很多别人的解决方案,还是没明白,并且问题也没有解决。 win10 下 python3.5 导入 pyqt5 报错:

        File "F:/python/Growth/test.py", line 1, in <module>
        from PyQt5.QtCore import QMimeDatabase
        ImportError: DLL load failed: 找不到指定的程序。
    
    为什么使用 pip 安装的 pyqt5 的包, python 自己却找不到?这个问题该如何解决?谢谢!
    
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2683 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 15:30 · PVG 23:30 · LAX 08:30 · JFK 11:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.