-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
Describe the bug
Syncplay won’t start.
Traceback (most recent call last):
File "/usr/bin/syncplay", line 19, in <module>
ep_client.main()
File "/usr/lib/syncplay/syncplay/ep_client.py", line 8, in main
SyncplayClientManager().run()
File "/usr/lib/syncplay/syncplay/clientManager.py", line 9, in run
config = ConfigurationGetter().getConfiguration()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/syncplay/syncplay/ui/ConfigurationGetter.py", line 528, in getConfiguration
from syncplay.vendor.Qt import QtWidgets, IsPySide, IsPySide2, IsPySide6, QtGui
File "/usr/lib/syncplay/syncplay/vendor/Qt.py", line 2029, in <module>
_install()
File "/usr/lib/syncplay/syncplay/vendor/Qt.py", line 2007, in _install
our_submodule = getattr(Qt, name)
^^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'syncplay.vendor.Qt' has no attribute 'QtGui' (most likely due to a circular import)
To Reproduce
Steps to reproduce the behavior:
sudo apt install ./syncplay_1.7.4.debsyncplay- See error
Expected behavior
Syncplay starts.
Version and platform:
- OS: Tuxedo OS
- Syncplay version and build type: Syncplay 1.7.4 deb
- Media player and version: VLC 3.0.20 amd64
Additional context
Tuxedo OS has KDE Plasma 6.3.2 and QT 6.8.2 on an Ubuntu noble base.