arminstraub / krop

A simple graphical tool to crop the pages of PDF files, written in Python/Qt
http://arminstraub.com/software/krop
GNU General Public License v3.0
116 stars 16 forks source link

PyCapsule_GetPointer #15

Closed bsbhro closed 5 years ago

bsbhro commented 5 years ago

I do get this error: bildschirmfoto_2018-11-24_19-22-01

arminstraub commented 5 years ago

It seems that PyQt and Poppler are not properly installed on your system. You can check by running python3 and then entering the command "from popplerqt5 import Poppler".

Unfortunately, I cannot guess what might have gone wrong. However, searching for "ValueError: PyCapsule_GetPointer called with incorrect name" does bring up a lot of results. Maybe something in there will help you.

bsbhro commented 5 years ago

Hi, Thank you, on a fresh installed notebook with Ubuntu 18.10 it works fine.

arminstraub commented 5 years ago

Thank you for the update! I'm glad that krop is working for you!