Skip to content
  • Alex Henrie's avatar
    Call cairo.get_include() to find py3cairo.h · c2b87007
    Alex Henrie authored
    If pycairo was installed from source, py3cairo.h may not have been
    copied to /usr/include/pycairo. It's better to ask the pycairo module
    itself where py3cairo.h is by calling cairo.get_include().
    c2b87007