I have Python 3.7.0 and I installed PyQt5 with this command:
pip install PyQt5
I have returned this error:
main.py", line 4, in <module>
from PyQt5.QtWebEngineWidgets import *
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'
In Eclipse I have this configuration:
What may be wrong?
Thanks