Package Details: krop 0.6.0-4

Git Clone URL: https://aur.archlinux.org/krop.git (read-only, click to copy)
Package Base: krop
Description: A tool to crop PDF files, with an eye towards eReaders.
Upstream URL: http://arminstraub.com/computer/krop
Licenses: GPL-3.0-or-later
Submitter: archtux
Maintainer: Xavier
Last Packager: Xavier
Votes: 34
Popularity: 0.000001
First Submitted: 2013-07-31 12:39 (UTC)
Last Updated: 2024-01-29 19:24 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 Next › Last »

Xavier commented on 2024-01-29 19:25 (UTC)

Fixed thanks so much @xiota!

Xavier commented on 2024-01-29 02:15 (UTC)

Thanks @xiota, you're right, fixed! I haven't updated this in a long time

Xavier commented on 2023-03-08 17:34 (UTC)

Thanks @Mettacrawer, depends fixed.

Mettacrawer commented on 2023-03-08 12:08 (UTC) (edited on 2023-03-08 12:08 (UTC) by Mettacrawer)

$ yay -S krop
 -> Could not find all required packages:
    python-sip (Wanted by: krop)

kzoli429 commented on 2021-11-29 12:55 (UTC)

With all dependencies installed, I have the following error messages:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/krop/pdfcropper.py", line 28, in <module>
    from pyPdf import PdfFileReader, PdfFileWriter
ModuleNotFoundError: No module named 'pyPdf'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/krop", line 33, in <module>
    sys.exit(load_entry_point('krop', 'console_scripts', 'krop')())
  File "/usr/lib/python3.9/site-packages/krop/application.py", line 81, in main
    from krop.mainwindow import MainWindow
  File "/usr/lib/python3.9/site-packages/krop/mainwindow.py", line 46, in <module>
    from krop.pdfcropper import PdfFile, PdfCropper, PdfEncryptedError, optimizePdfGhostscript
  File "/usr/lib/python3.9/site-packages/krop/pdfcropper.py", line 34, in <module>
    raise RuntimeError(_msg)
RuntimeError: Please install PyPDF2 (or its predecessor pyPdf) first.
    On recent versions of Ubuntu, the following should do the trick:
    sudo apt-get install python-pypdf2
    (or, if using python3) sudo apt-get install python3-pypdf2

Any solution? Thanks in advance.

Xavier commented on 2020-07-21 01:02 (UTC)

@s1ck-b0y good!

s1ck-b0y commented on 2020-07-21 00:06 (UTC)

Nevermind haha I deleted and rebuilt practically everything and now its working. I've probably messed the files in the past. Sorry for the trouble.

s1ck-b0y commented on 2020-07-20 12:27 (UTC)

Hi @XavierCLL. That's exactly what I did :c