Description of problem: When running fs-uae-launcher from a terminal, we get the following errors : Unhandled exception detected in thread MainThread: ImportError:qt.py:<module>:22 Traceback (most recent call last): File "/bin/fs-uae-launcher", line 61, in <module> main() File "/bin/fs-uae-launcher", line 58, in main launcher.apps.main() File "/usr/share/fs-uae-launcher/launcher/apps/__init__.py", line 73, in main app_main() File "/usr/share/fs-uae-launcher/launcher/apps/fs_uae_launcher.py", line 11, in app_main from launcher.fs_uae_launcher import FSUAELauncher File "/usr/share/fs-uae-launcher/launcher/fs_uae_launcher.py", line 8, in <module> import fsui File "/usr/share/fs-uae-launcher/fsui/__init__.py", line 5, in <module> from fsui.qt import * File "/usr/share/fs-uae-launcher/fsui/qt/__init__.py", line 5, in <module> from fsui.qt.qt import init_qt, QDesktopWidget, QEvent, QObject, \ File "/usr/share/fs-uae-launcher/fsui/qt/qt.py", line 22, in <module> from PyQt5.QtOpenGL import * ImportError: No module named 'PyQt5.QtOpenGL' This is because some python modules are missing ; this can be fixed by installing them manually : urpmi python3-qt5 Please, update the "requires" for fs-uae to install python3-qt5
Assignee: bugsquad => rverschelde
Summary: missing require for python qt5 - opengl => fs-uae-launcher: missing require for python qt5 - openglSource RPM: fs-uae-launcher-2.8.3-1.mga6 => fs-uae-2.8.3-1.mga6
Should be fixed with fs-uae-2.8.3-2.mga6.
Resolution: (none) => FIXEDStatus: NEW => RESOLVED