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

前端 未结 2 970
刺人心
刺人心 2020-12-03 18:39

I\'m following the pycairo installation instructions here : http://www.cs.rhul.ac.uk/home/tamas/development/igraph/tutorial/install.html to install pycairo for use with igr

相关标签:
2条回答
  • 2020-12-03 19:01

    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.

    0 讨论(0)
  • 2020-12-03 19:06

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

    0 讨论(0)
提交回复
热议问题