Bug 24744 - PDFarranger doesn't start
Summary: PDFarranger doesn't start
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-03 06:34 CEST by Sébastien Morin
Modified: 2019-05-03 06:59 CEST (History)
1 user (show)

See Also:
Source RPM: pdfarranger-1.1.1-3.mga7
CVE:
Status comment:


Attachments

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


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