2

I'm trying to find the Mac OS X binaries for PyGTK 2.24, PyCairo, and PyGObjects, as well as for Glade 2.8.0.

Where can I download these?

CodeMouse92
  • 6,840
  • 14
  • 73
  • 130

2 Answers2

3

The included versions are one older than what you specified, but the 0install project has a very nice Quartz build installer package.

Tobias
  • 3,882
  • 2
  • 22
  • 25
1

I don't think precompiled binaries are available.

You can install via macports or fink: PyGTK from these package repositories use X11.

There's a native port of GTK at gtk-osx.sourceforge. I don't know how mature it is, because I haven't followed it for the last few years. In this case I'm afraid you need to build it yourself.

Yuji
  • 34,103
  • 3
  • 70
  • 88
  • When I install via macports, "import gtk" gives ImportError: No module named gtk. Any idea why? – Alison Jan 24 '13 at 02:01