pycairo icon indicating copy to clipboard operation
pycairo copied to clipboard

Python bindings for cairo

Results 79 pycairo issues
Sort by recently updated
recently updated
newest added

I'm using Windows 10, with Python 3.8.2 64bit. I managed to install the package successfully but when trying to import is I get the following error: ``` Python 3.8.2 (tags/v3.8.2:7b3ab59,...

needinfo

Hello On windows 10 - python 3.8 ``` Building wheels for collected packages: pycairo Building wheel for pycairo (PEP 517) ... error ERROR: Command errored out with exit status 1:...

My system is Manjaro Linux 20.2, my Python version is 3.8.5, and I was experiencing the same problem as described in https://github.com/pygobject/pycairo/issues/148 , i.e., when trying to `import cairo`, I...

I want to sum up two lines with low transparency, how to do it?

1. - [ ] Add any new relevant new links. Manim see #209 ZetCode pycairo tutorial http://zetcode.com/gfx/pycairo/ Any others we list here.. 2. - [ ] Remove dead links, replace...

documentation

I have cloned a repo from github and I want to run it locally. Now one of the required packages is PYCAIRO. I have downloaded and installed Pycairo from this...

Hi, I noticed that some libraries using Cairo were listed in docs/resources.rst (in docs, https://pycairo.readthedocs.io/en/latest/resources.html). I think that [manim](https://github.com/3b1b/manim) could go in this section. Quoting the Readme, > Manim is...

documentation

pip fails with the following on CentOS 7 ``` Collecting pycairo Downloading https://files.pythonhosted.org/packages/e8/9d/c8be300fc6b1298559d37a071c3833b0b251e0fff334d2e4c408d5789162/pycairo-1.19.1.tar.gz (205kB) |████████████████████████████████| 215kB 6.1MB/s Building wheels for collected packages: pycairo Building wheel for pycairo (setup.py) ... error...

I am not sure if this is the right place to ask ... My apologies if I am wrong here. I just came across [this article](https://blogs.gnome.org/mclasen/2019/07/27/more-text-rendering-updates/) saying that subpixel positioning...

Hi, I installed cairo using the command `brew install cairo` and pycairo and cairo-pkg config using `pip3 install pycairo` `brew install cairo pkg-config` However, when I try to import cairo...