build_policy = "updated-deps"
setup_sdk("10.6", "10.6", ["i386"])
_gtk_osx_use_jhbuild_python=True
append_autogenargs("python", "--with-universal-archs=32-bit --enable-universalsdk=/Developer/SDKs/MacOSX10.5.sdk")
and I went through the Python unpacking step and everything seemed to be working. But when I run python (with all the different versions on my computer)
import pygtk
fails. I can see that the PyGtk is hiding in ~/gtk . How do I get the pygtk files to be found by my Python installation so that I can sucessfully use PyGtk on OSX?
Thanks for any information you can provide.