| Summary: | fs-uae-launcher: missing require for python qt5 - opengl | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Nicolas Pomarède <npomarede> |
| Component: | RPM Packages | Assignee: | Rémi Verschelde <rverschelde> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | ||
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | fs-uae-2.8.3-1.mga6 | CVE: | |
| Status comment: | |||
|
Rémi Verschelde
2017-04-28 07:51:40 CEST
Assignee:
bugsquad =>
rverschelde
Rémi Verschelde
2017-04-28 07:52:51 CEST
Summary:
missing require for python qt5 - opengl =>
fs-uae-launcher: missing require for python qt5 - opengl Should be fixed with fs-uae-2.8.3-2.mga6. Resolution:
(none) =>
FIXED |
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