-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
I tried to install the program under the new Ubuntu release 22.04. I have Qt4 and Qt5 installed.
But got runtime error:
Traceback (most recent call last):
File "/home/dietmar/.local/bin/qspectrumanalyzer", line 5, in
from qspectrumanalyzer.main import main
File "/home/dietmar/.local/lib/python3.10/site-packages/qspectrumanalyzer/main.py", line 5, in
from Qt import QtCore, QtGui, QtWidgets, binding
File "/usr/local/lib/python3.10/dist-packages/Qt.py", line 1925, in
_install()
File "/usr/local/lib/python3.10/dist-packages/Qt.py", line 1903, in _install
our_submodule = getattr(Qt, name)
AttributeError: partially initialized module 'Qt' has no attribute 'QtGui' (most likely due to a circular import)
Under 20.04 everything was well.
Metadata
Metadata
Assignees
Labels
No labels