python-poppler
python-poppler copied to clipboard
module 'poppler.cpp.page' has no attribute 'writing_mode_enum'
I'm getting this error when importing the poppler module. any help is greatly appreciated
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.
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