Re: Re: Errors accessing Cairo from wx_cairocffi.py with OS X (10.11)

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
David Hughes wrote:
> Just an update on my previous post. I haven't really made any headway
> with this except to use
>
> nm -gU libcairo.dylib
>
> in Terminal to list all the entry points which confirms that all the
> *cairo_quartz_** entries are there. But when I run the wxPython
> demo/cairo program in the Wing debugger it confirms that the imported
> *cairo_c* is <Lib object for '/opt/local/lib/libcairo.dylib'> and if I
> then enter
> /for item in dir(cairo_c):
>     print item/
> into the debug probe I get all the entry points listed _except_ for
> the *cairo_quartz_** entries, but what I do get is a whole set of
> *cairo_win32_** entry points.  What!! ??
>
> The above was done with the dev2352 Phoenix build. I have since
> updated to today's dev2380 snapshot and it's still the same.

 https://github.com/SimonSapin/cairocffi/pull/86

I used the time machine again and submitted a PR to the cairocffi
project to fix this. It looks like there has been a release since that
was merged, so maybe you just need to update your cairocffi install?

-- 
Robin Dunn
Software Craftsman
http://wxPython.org

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.