4

Does anyone know how to install PyGObject on Mac OSX for Python 2.6. The current distribution available on darwinports is using Python2.4. I want a package using Python2.6

Alternatively, has anyone tried installing it from sources on a Mac?

apt
  • 299
  • 1
  • 5
  • 12

3 Answers3

9

If you have Macports you can simply do

port install py26-gobject

With Homebrew it would be:

brew install pygobject
D R
  • 21,936
  • 38
  • 112
  • 149
1

If you want to use pygobject with Python 3 and GTK 3:

brew install pygobject3
Creak
  • 4,021
  • 3
  • 20
  • 25
-1

ah found it : http://py26-gobject.darwinports.com/

nevermind!

apt
  • 299
  • 1
  • 5
  • 12