| Summary: | exfalso cannot find the python module faulthandler | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Curtis Hildebrand <curtis_mageia> |
| Component: | RPM Packages | Assignee: | DavidS <kostuek> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | kostuek, marja11, warrendiogenese |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | quodlibet-3.9.0-1.mga7.src.rpm | CVE: | |
| Status comment: | |||
Assigning to all packagers collectively, since the registered maintainer for this package has been unavailable for a long time. We miss you, diogenese, we hope things are (getting) much better. CC:
(none) =>
marja11, warrendiogenese
DavidS
2017-11-30 20:18:36 CET
Assignee:
pkg-bugs =>
kostuek Added the package python-faulthandler to cauldron, please install to use its functionality. Since I'm on it, I'll also update quodlibet to version 3.9.1 soon. Resolution:
(none) =>
FIXED |
Description of problem: [curtis@Harrison ~]$ exfalso Traceback (most recent call last): File "/bin/exfalso", line 15, in <module> sys.exit(main()) File "/usr/lib/python2.7/site-packages/quodlibet/exfalso.py", line 27, in main quodlibet.init(config_file=config_file) File "/usr/lib/python2.7/site-packages/quodlibet/_init.py", line 57, in init _init_gtk_debug(no_excepthook=no_excepthook) File "/usr/lib/python2.7/site-packages/quodlibet/_init.py", line 30, in _init_gtk_debug from quodlibet.errorreport import enable_errorhook File "/usr/lib/python2.7/site-packages/quodlibet/errorreport/__init__.py", line 9, in <module> from .main import enable_errorhook, errorhook File "/usr/lib/python2.7/site-packages/quodlibet/errorreport/main.py", line 29, in <module> from .faulthandling import FaultHandlerCrash File "/usr/lib/python2.7/site-packages/quodlibet/errorreport/faulthandling.py", line 20, in <module> import faulthandler ImportError: No module named faulthandler Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3.