pycairo
Is there a better library for drawing vector graphics in Python than Cairo?
...Not that I have anything against Cairo -- I love it in fact.It\'s just terribly difficult to install the Python bindings, especially on a Mac (see all the SO questions about installing 开发者_运维百[详细]
2023-04-11 14:34 分类:问答Install pycairo or py2cairo using buildout
Does anyone have any experience with trying to install cairo for django using buildout? It will install pycairo or py2cairo (the first is for python >3.0,the latest is for python 2.6, which I Am using[详细]
2023-04-04 06:22 分类:问答How to draw a curve without knowing 4 points?
According to cairo example code, following code double x=25.6,y=128.0; double x1=102.4, y1=230.4, x2=153.6, y2=25.6,[详细]
2023-04-02 09:15 分类:问答Installing PyCairo or Py2Cairo on OS X Snow Leopard
Trying to set up PyCairo on OS X Snow Leopard. There are quite a few questions about it on this site, but I\'m getting compile errors, which I haven\'t seen before.[详细]
2023-03-29 17:48 分类:问答How to install PyCairo 1.10 on Mac OSX with default python
Has anyone installed pycairo 1.10 on the mac using开发者_开发技巧 the new waf build? Its failing on can\'t find python headers.I think waf is seriously broken for Mac OS X :([详细]
2023-03-24 05:45 分类:问答how to install pycairo for python 3 on Ubuntu 10.04
i am trying to install pycairo 1.10.0 for use with my custom-build python 3.1. however, sudo /flower/bin/easy_install-3.1 pycairo[详细]
2023-03-10 02:29 分类:问答Error with Python ctypes and librsvg
I\'m trying to wrap basic function of librsvg with ctypes for Python, but I\'m getting a segfault. C: // pycairo excerpt[详细]
2023-03-08 10:32 分类:问答Why is Cairo messing with my Colors?
import cairo from PIL import Image as im orig_image = im.open(\'Camilla_Belle_photo_3.jpg\') #http://i56.tinypic.com/261i5cn.jpg[详细]
2023-02-24 08:39 分类:问答pycairo "ImportError: DLL load failed: The specified module could not be found." even after DLLs installed
I\'m following the pycairo installation instructions here : http://www.cs.rhul.ac.uk/home/tamas/development/igraph/tutorial/install.html[详细]
2023-02-05 04:45 分类:问答(py)cairo - fill
is there a way to fill everyt开发者_运维问答hing outside of a closed path (polygon)? Background: I\'d like to render some maps with coastlines - so sometimes I need to fill the sea with blue color, s[详细]
2023-01-25 13:02 分类:问答