Module 'cairo' has no 'ImageSurface' member

孤人 提交于 2020-12-15 06:37:43

问题


When I am trying to execute this example, I am getting problem messages like:

  1. Module 'cairo' has no 'FORMAT_ARGB32' member
  2. Module 'cairo' has no 'ImageSurface' member
  3. Module 'cairo' has no 'Context' member
  4. Module 'cairo' has no 'LinearGradient' member

What is the problem here?

I am using python version '3.9.0' and pycairo version '1.20.0'

来源:https://stackoverflow.com/questions/64886845/module-cairo-has-no-imagesurface-member

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!