【发布时间】:2015-06-09 14:00:12
【问题描述】:
我要安装eric6-6.0.6。结果
python3 install.py
是:
Checking dependencies
Python Version: 3.4.0
Found PyQt5
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Sorry, please install QtSvg.
Error: No module named 'PyQt5.QtSvg'
Sorry, please install QtWebKit.
Error: No module named 'PyQt5.QtWebKit'
Sorry, please install QtWebKitWidgets.
Error: No module named 'PyQt5.QtWebKitWidgets'
Found QtWidgets
但是缺少了怎么安装呢? 我google了很多,但没有找到正确的答案。
谁能帮我一个忙?
非常感谢!
【问题讨论】:
-
你是如何安装
Qt的?