Skip to content

'syncplay.vendor.Qt' has no attribute 'QtGui' #728

@Zahrun

Description

@Zahrun

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:

  1. sudo apt install ./syncplay_1.7.4.deb
  2. syncplay
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions