I'm trying to install GTK2 and am in the process of running through these three: $ jhbuild bootstrap $ jhbuild build meta-gtk-osx-bootstrap $ jhbuild build meta-gtk-osx-core I got pass 'jhbuid bootstrap' ok when I run 'jhbuild build meta-gtk-osx-bootstrap' I get the following error: File "/Users/jovan/gtk/source/gnome-doc-utils-0.20.6/xml2po/xml2po/__init__.py", line 27, in <module> import libxml2 ImportError: No module named libxml I don't know what to do next.. |