Bug 24744

Summary: PDFarranger doesn't start
Product: Mageia Reporter: Sébastien Morin <sebsweb>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: Normal CC: geiger.david68210
Version: Cauldron   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: pdfarranger-1.1.1-3.mga7 CVE:
Status comment:

Description Sébastien Morin 2019-05-03 06:34:33 CEST
Description of problem:

Mageia7 beta3 running KDE Plasma. Everything up-to-date.
After install, PDFarranger can't be launched from the menu.
It can't be launched from a terminal either and the output is:

$ pdfarranger 
Traceback (most recent call last):
  File "/usr/bin/pdfarranger", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'


Steps to Reproduce:
1. Install Mga7-beta3 and keep it up-to-date
2. Install PDFarranger

# urpmi pdfarranger
Pour satisfaire les dépendances, les paquetages suivants vont être installés :
  Paquetage                      Version      Révision      Arch    
(média « Core Release »)
  lib64poppler-gir0.18           0.74.0       3.mga7        x86_64  
  pdfarranger                    1.1.1        3.mga7        noarch  
  python3-pypdf2                 1.26.0       3.mga7        noarch  
un espace additionnel de 851Ko sera utilisé.
237Ko de paquets seront récupérés.

3. Try to run pdfarranger from a Konsole and see the error message:

$ pdfarranger
Traceback (most recent call last):
  File "/usr/bin/pdfarranger", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
Comment 1 David GEIGER 2019-05-03 06:59:43 CEST
Fixed adding missing python3-pkg-resources as a dependency!

Status: NEW => RESOLVED
CC: (none) => geiger.david68210
Resolution: (none) => FIXED