Where is PyGTK for Mac OS X?

Ronaldo Nascimento picture Ronaldo Nascimento · Jul 22, 2009 · Viewed 43.9k times · Source

Is there a binary out there for the current mac os x, python for PyGTK? I work with multiple desktop environments (mac, windows, gnome) and really consider python's lack of cross platform GUI's a problem. Does anyone know where I can find a built version of PyGTK and GTK for Mac? I cant clone the git repository, it keeps timing out.

Answer

chelmertz picture chelmertz · Nov 24, 2012

brew install pygtk worked for me (requires homebrew).

Confirmed to work with OS X 10.10 too, but by default it will install it into brew's Python distribution, so if you are still using the native python, it will not find it.