Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在按照本教程设置和训练 Tesseract 3 OCR 工具。一些脚本使用 Pango。当我运行脚本时,Python 无法导入 Pango。
ImportError: No module named pango
我已尝试安装以下软件包,并尝试从头开始构建 Pango 和 Cairo,详见此处
libpango1.0-0 libpango1.0-dev libpangox1.0-0
我错过了什么?有没有我没有安装/构建的库?
您缺少 Python 绑定。列出的包仅包含本机库和开发文件。尝试通过安装 PyGTK 来完成链接文章中的说明。