python-poppler icon indicating copy to clipboard operation
python-poppler copied to clipboard

module 'poppler.cpp.page' has no attribute 'writing_mode_enum'

Open cpt-n3m0 opened this issue 2 years ago • 2 comments

I'm getting this error when importing the poppler module. any help is greatly appreciated

cpt-n3m0 avatar May 01 '22 17:05 cpt-n3m0

Was python-poppler compiled with the same poppler version as the one it uses? Il looks like poppler reports its version to be >= 0.89, but python-poppler was compiled with an older version of the lib.

cbrunet avatar Jul 15 '22 01:07 cbrunet

We get the same error. I installed last version and the error persist. How do you make the check you are just mentioning? (i.e. python-poppler compiled with the same poppler version as the one it uses) thanks image

joseberlines avatar Dec 09 '22 12:12 joseberlines