PyGObject 的替代品?
有没有人有使用 PyGObject 的替代方案?我似乎无法让它在 Mac OS X 中运行。我正在尝试使用 papyon,如果 GObject 不存在,它会失败得非常好。
Does anyone have an alternative to using PyGObject? I can't seem to get it to run at all in Mac OS X. I'm trying to use papyon, which fails amazingly well if GObject isn't around.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据其描述,它仅用于异步 I/O。您可以尝试重新设计该库以使用任何其他 Python 异步库,例如 asyncore、Twisted 或任何其他库。
另外,在 Mac OS X 上获取 PyGObject 很困难,但您可以尝试使用 macports 中的 PyGObject,macports 是 darwinports 的新名称
By its description, it is used for async I/O only. You can try to rework the library to use any of the other Python async libraries, like asyncore, Twisted, or any other.
Also, getting PyGObject on Mac OS X is hard, but you can try to use the one from macports, macports being the new name for darwinports
您可以使用 Darwinports 在 Mac OS X 上安装 PyGobject,说明此处。
You can instally PyGobject on Mac OS X with Darwinports, instructions here .