pycairo
pycairo copied to clipboard
Python bindings for cairo
I am also struggling to install pycairo via PIP required for beeware Python 3.11.3 My log; ``` (deck@steamdeck helloworld)$ python -m pip install --force-reinstall --no-cache-dir pycairo Collecting pycairo Downloading pycairo-1.26.1.tar.gz...
I noticed this while using PangoCairo, but I was able to reproduce it using Cairo alone: ```python import cairo with cairo.SVGSurface("output.svg", 700, 700) as surface: context = cairo.Context(surface) context.set_source_rgb(0, 0,...
Although it's fairly easy for adepts to get pip to build wheels there may be a need to have prebuilt wheels which don't need any expertise. To that end I...
I have already installed the pre-requisites. But during install, it is failing to find "cairo". ``` Compiler for C supports arguments -Wswitch-default: YES Compiler for C supports arguments -Wno-missing-field-initializers: YES...
`from ._cairo import * # noqa: F401,F403` code raising import error beacouse it doesn't include file _cairo i download lib using `pip install pycairo` and it make import error `...
Just see attached files, when the radius changes the sector span changes: [bug.py](https://github.com/user-attachments/files/21935311/bug.py)
There was a gentoo request to build a pycairo variant without X support, even if cairo exposes it. The use case being that users are allowed to install cairo with...
wip A test to see if we could load cairo symbols at runtime only when needed, so a pycairo doesn't need to be rebuilt if cairo is rebuilt with a...