aox_jd_auto_script icon indicating copy to clipboard operation
aox_jd_auto_script copied to clipboard

ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

Open vanswang opened this issue 4 years ago • 0 comments

PyQt5 已经安装了,运行 python manage.py comment 的时候还是报如下的错:

Traceback (most recent call last): File "manage.py", line 5, in from app.utils.base import Login File "C:\Users\xxx\Desktop\aox_jd_auto_script-master\app\utils\base.py", line 6, in from app.utils.web_browser import openWithWebBrowser File "C:\Users\xxx\Desktop\aox_jd_auto_script-master\app\utils\web_browser.py", line 3, in from PyQt5.QtWebEngineWidgets import QWebEngineView, QWebEngineProfile ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

vanswang avatar May 15 '20 07:05 vanswang