On 7/12/2018 3:52 PM, D'Arcy Cain wrote:
$ python2.7 -c "import ctypes.util;
print(ctypes.util.find_library('cairo'))"
libcairo.so.2
$ python3.6 -c "import ctypes.util;
print(ctypes.util.find_library('cairo'))"
None

I have the 3.6 version of py-cairo installed.  Any thoughts?

NetBSD 7.1.2

what is sys.path?  Where in py-cairo installed?


--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to