| Hi I am trying to get gtk installed on my MacBook (10.8.2) so that I can use pygtk. Ultimately I need a 32 bit version of pygtk to run within a virtualenv. I cannot get past stage one in the process. I have downloaded gtk-osx-build-setup.sh from the git page
 and I get this output when I source it: source gtk-osx-build-setup.sh  Checking out jhbuild (<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="" href="https://git.gnome.org/browse/gtk-osx/plain//jhbuild-revision">https://git.gnome.org/browse/gtk-osx/plain//jhbuild-revision">here</a>.</p> <hr> <address>Apache/2.2.3 (Red Hat) Server at git.gnome.org Port 80</address> </body></html>) from git... Cloning into 'jhbuild'... remote: Counting objects: 35968, done. remote: Compressing objects: 100% (13662/13662), done. remote: Total 35968 (delta 27807), reused 28610 (delta 22178) Receiving objects: 100% (35968/35968), 6.99 MiB | 1.20 MiB/s, done. Resolving deltas: 100% (27807/27807), done. fatal: git checkout: updating paths is incompatible with switching branches. Checkout of stable branch failed Can anybody help me with this? Simon |