gpt4 book ai didi

Python poppler Qt5 文档加载错误

转载 作者:太空宇宙 更新时间:2023-11-03 17:11:53 24 4
gpt4 key购买 nike

尽管文档位于 pypi明确指出

d = popplerqt5.Poppler.Document.load('file.pdf')

这样做会导致以下错误:

TypeError: Document.load(): argument 1 has unexpected type 'str'

我正在使用 Debian 测试。

python3             : 3.4.3-7
python3-pyqt5 : 5.5.1+dfsg-3
libpoppler-qt5-1 : 0.26.5-4
python3-poppler-qt5 : 0.24.2-1+b1

最小工作示例:

>>> from popplerqt5 import Poppler as PDF
>>> doc = PDF.Document.load( "trial.pdf" )
Traceback (most recent call last):
File "<console>", line 1, in <module>
TypeError: Document.load(): argument 1 has unexpected type 'str'

最佳答案

显然这是 debian 中软件包的问题。我尝试从 source 进行编译。这工作完美无缺。我将向 debian 提交错误报告。

更新:此问题已在版本 0.24.2-1+b2

中修复

关于Python poppler Qt5 文档加载错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33993684/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com