Код: Выделить всё
OSError: OSError: no library called "cairo-2" was found
no library called "cairo" was found
no library called "libcairo-2" was found
cannot load library 'libcairo.so.2': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo.so.2'
cannot load library 'libcairo.2.dylib': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo.2.dylib'
cannot load library 'libcairo-2.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libcairo-2.dll'
Код: Выделить всё
from cffi import cairo
Еще одна попытка была установить его через pipwin, как в этом посте, но он выдает ошибку KeyError
Подробнее здесь: https://stackoverflow.com/questions/785 ... indows-x64