在哪里可以找到 GIO 的 GSocket 的 Python 绑定?
Python 绑定在哪里,或者 Python 绑定 的当前状态是什么 < a href="http://library.gnome.org/devel/gio/unstable/index.html" rel="nofollow">GIO 的 GSocket 和其他 低级网络支持?
Where are the Python bindings, or what is the current status of the Python bindings for GIO's GSocket and other lowlevel network support?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
众所周知,Gnome 文档有些不是最新的。人们可能会无休无止地说出诸如“社区”、“人力”、“时间”、“努力”等词语。
事实上,当您这样做时,
您会看到该类就在那里(还有其他类)。这只是文档缺少描述。
我建议在这种情况下最好的选择是依赖 python 的内联文档系统。
The Gnome documentation is known to be somewhat not up to date. One may endlessly say words like community, manpower, time, effort, et cetera.
The fact is that when you do
you will see that the class is there (and others too). That is just the doc missing its description.
I suggest in this case the best choice would be to rely on python's inline doc system.
Gio 是 GVFS 的 API。
Ubuntu 系统上的 Python 绑定可以这样安装:
然后,只需
Gio is an API for GVFS.
Python bindings on an Ubuntu system can be installed like this:
Then, just