Kozea / cairocffi

CFFI-based cairo bindings for Python.
https://doc.courtbouillon.org/cairocffi
BSD 3-Clause "New" or "Revised" License
207 stars 53 forks source link

Documentation links to 32-bit GTK version #222

Closed page200 closed 2 weeks ago

page200 commented 10 months ago

The documentation has a section titled "Installing cairo on Windows", which links to the 32-bit GTK2 installer. However, that resulted in cannot load library 'C:\Program Files (x86)\GTK2-Runtime\bin\libcairo-2.dll': error 0xc1 (when doing from cairosvg import svg2png, as far as I remember; note that the section is about cairo in general and not only cairocffi). This discussion of a similar WeasyPrint issue emphasizes the importance of using a 64-bit version. The WeasyPrint documentation links to the 64-bit GTK3 installer, which worked for me.

So maybe the section titled "Installing cairo on Windows" in the cairocffi documentation should additionally link to the 64-bit GTK3 installer and not only the 32-bit GTK2 installer.

liZe commented 10 months ago

Hi!

Thanks for opening this issue. Could you please open a pull request to fix this link?

mcepl commented 2 weeks ago

Shouldn’t this be closed?