Hi,
I have succeeded with the files at this site
http://wxpython.org/cairo/.
For 32bit compatibility layer on 64bit windows.
We install the py2cairo executable (py2cairo-1.10.0.win32-py2.7.exe)
and copy all the dependencies
(zlib, cairo, libpng, Freetype, Fontconfig, expat and gettext-runtime)
to the Lib\site-packages\cairo directory. And it works.
From this link
http://www.gtk.org/download/win64.php we learn, that
the 64bit version of Cairo is experimental (thanks for pointing to the
GTK site),
so I leave it now and stay with the 32bit version.
Thanks,
Jan Bodnar
On Aug 6, 9:31 am, nepix32 <
nepi...@gmail.com> wrote:
> On Friday, August 3, 2012 6:19:42 PM UTC+2, Jan Bodnar wrote:
>
> > Hello,
>
> > Is there a version of Cairo library for 64bit version of Windows?
> > This linkhttp://
wxpython.org/cairo/suggests that we have only
> > 32bit version of Cairo library for wxPython on Windows.
>
> I had big troubles getting Cairo/pycairo 32bit (1.10) up and running. This
> is because of the less-than-clear description on the officialhttp://
www.cairographics.org
> site. The biggest stumbling block for me was to copy the appropriate Cairo
> dependencies files fromhttp://
www.gtk.org
>
> I finally succeeded by using a package fromhttp://
www.lfd.uci.edu/~gohlke/pythonlibs/
> (which also has a 64bit version). I found this onehttp://
wxpython.org/cairo/
> later on, so i don't know if it had worked.