美文网首页
How to install PyGObject for

How to install PyGObject for

作者: 许昌瓦力工厂 | 来源:发表于2019-01-16 10:27 被阅读17次

按照 https://anaconda.org/conda-forge/pygobject 安装

2019-01-15 23-29-28 的屏幕截图.png

import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
I get following error message:
ValueError: Namespace Gtk not available
后来在stackoverflow上有个帖子说:

conda install -c pkgw/label/superseded gtk3

安装、成功、谢谢!

相关文章

网友评论

      本文标题:How to install PyGObject for

      本文链接:https://www.haomeiwen.com/subject/iivpdqtx.html