vote up 0 vote down star

I've tried endlessly to get pycairo to work on Windows, but version 1.8.8 won't install. Is there something comparable out there that actually works on Windows?

flag

29% accept rate

3 Answers

vote up 2 vote down

Have you tried the easy to use PyCairo Installers for Windows created by the PyGTK team?

In addition to the installer you will need libcairo-2.dll libpng12.dll and zlib1.dll and put them in the PATH. You can get them from the gtk win32 boundle.

link|flag
Indeed, I've used PyCairo and other PyGTK libraries for several Python projects on Windows, and they work great... It just takes a little elbow grease to get them set up first. – ewall Nov 5 at 2:48
vote up 1 vote down

maybe pySVG is something for you?!

link|flag
Isn't this limited to creating SVG documents? I don't believe it renders to screen unless you take care of that through some other library? – Leeks and Leaks Oct 31 at 1:46
vote up 0 vote down

pyAmanith, a python wrapper for the commercial Amanith implementation of the OpenVG spec, might be what you're looking for. I don't know how mature the python wrapper is, but Amanith is pretty mature from what I've heard.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.