I get the following error when starting pdfshuffler after upgrading to F31:
pdfshuffler
Error: Could not import pdfshuffler
Cause: No module named pyPdf
Recommended action appears to be replacing pyPdf with PyPDF2 (which is available in F31), however I am not well-versed enough in this to make the modification.
Will there be an update? Merci!
J
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo!
I get the following error when starting pdfshuffler after upgrading to F31:
Recommended action appears to be replacing pyPdf with PyPDF2 (which is available in F31), however I am not well-versed enough in this to make the modification.
Will there be an update? Merci!
J
Update
Was able to resolve - default Python is now 3.7, so...
- specified Python 2 in "pdfshuffler"
- patched "pdfshuffler.py" in the Python2 lib