Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何在 Mac OSX 上为 Python 2.6 安装 PyGObject。darwinports 上的当前发行版使用的是 Python2.4。我想要一个使用 Python2.6 的包
或者,有没有人尝试在 Mac 上从源代码安装它?
如果你有Macports,你可以简单地做
port install py26-gobject
使用Homebrew将是:
brew install pygobject
如果你想在Python 3 和 GTK 3中使用pygobject :
brew install pygobject3
啊找到它: http: //py26-gobject.darwinports.com/
没关系!