Bug 20741 - fs-uae-launcher: missing require for python qt5 - opengl
Summary: fs-uae-launcher: missing require for python qt5 - opengl
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal major
Target Milestone: ---
Assignee: Rémi Verschelde
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-27 23:19 CEST by Nicolas Pomarède
Modified: 2017-04-28 08:42 CEST (History)
0 users

See Also:
Source RPM: fs-uae-2.8.3-1.mga6
CVE:
Status comment:


Attachments

Description Nicolas Pomarède 2017-04-27 23:19:51 CEST
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
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
Source RPM: fs-uae-launcher-2.8.3-1.mga6 => fs-uae-2.8.3-1.mga6

Comment 1 Rémi Verschelde 2017-04-28 08:42:24 CEST
Should be fixed with fs-uae-2.8.3-2.mga6.

Resolution: (none) => FIXED
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.