pycairo “ImportError: DLL load failed: The specified module could not be found.” even after DLLs installed

六眼飞鱼酱① 提交于 2019-11-27 15:09:01

Open _cairo.pyd in Dependency Walker and figure out what it's missing.

I kinda solved the problem installing the Gtk-Bundle for Windows, wich had the third party dll dependencies.

(I did a dirty solution by pasting the dlls directly into c:/Python27/lib/dist-packages/cairo, because I am not used to Windows anymore and don't know for sure what is the expected place for the dlls to go.)

But my scripts started to work at last.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!