Title: ImportError: cannot import name 'QtWidgets' from 'PyQt5' [Print This Page] Author: Vladoz Time: 1/12/2023 19:10 Title: ImportError: cannot import name 'QtWidgets' from 'PyQt5' Please help me.
Python 3.9.5
is installed PyQt5 is installed
The PyQt5 module itself is imported without errors. (import PyQt5)
When you connect sub module QtWidgets
from PyQt5 import QtWidgets
An error occurs ->
ImportError: cannot import name 'QtWidgets' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py)