27 de septiembre de 2011

How to install GTK and PyGTK in Mac OS X Lion

I run into some problems trying to install GTK and PyGTK, but I found a workaround, so here's the trick:

You'll need to have brew installed in your system. If you don't have brew installed, you can installed just by running this command:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
 Now you are ready to go!

Install GTK: just run this command:
$ brew install gtk
Install PyGTK:
  • Download this: link.
  • It is a Mac installer package. Install it.
That's it!

You  can test your installation from a Python console this way:
$ python
>>> import pygtk

3 comentarios:

Juan Manuel dijo...
Este comentario ha sido eliminado por el autor.
Juan Manuel dijo...

GENIAL!! muchas gracias, al fin pude encontrar una paquete instalador de GTK. Te voy a mencionar en mi blog como agradecimiento a tu aporte, ya que hace tiempo escribo algunas cosas de Python!!

Matías dijo...

Qué bueno que te haya sido útil mi post!

Un abrazo y, si querés, pasame el link así chusmeo tu blog.

Abrazo!

Matías.-