tags 762083 +patch thanks Simply changing the import from pyPdf to PyPDF2 works. I am attaching a patch which does just that.
Cheers, Jeremy
Description: Use PyPDF2 instead of pyPdf --- a/pdfshuffler/pdfshuffler.py 2012-04-28 16:15:17.000000000 +0200 +++ b/pdfshuffler/pdfshuffler.py 2014-09-26 15:07:07.797798373 +0200 @@ -71,7 +71,7 @@ import cairo import poppler #for the rendering of pdf pages -from pyPdf import PdfFileWriter, PdfFileReader +from PyPDF2 import PdfFileWriter, PdfFileReader from pdfshuffler_iconview import CellRendererImage gobject.type_register(CellRendererImage)