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 for Python 2.6にPyGObjectをインストールする方法を知っている人はいますか? darwinports で利用可能な現在のディストリビューションは Python2.4 を使用しています。Python2.6を使ったパッケージが欲しい
または、ソースから Mac にインストールしようとした人はいますか?
Macportsをお持ちの場合は、簡単に実行できます
port install py26-gobject
Homebrewの場合は次のようになります。
brew install pygobject
ああ、それを見つけました: http://py26-gobject.darwinports.com/
気にしない!