Is there a binary out there for the current mac os x, python for PyGTK? I work with multiple desktop environments (mac, windows, gnome) and really consider python\'s lack of
I don't use macports but it seems that jhbuild works for me. Below is the steps that I've done.
https://raw.github.com/jralls/gtk-osx-build/master/gtk-osx-build-setup.sh and save it to your home directory.sh gtk-osx-build-setup.sh~/.local/bin isn't added to your environment variable to do this, edit your .profile file located at your home directory and /Users//.local/bin to your environment variable. to know more on how to edit this file check out: http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/~/.local/bin/jhbuild bootstrap command. it will download and install some necessary utilities.http://ftp.imendio.com/pub/imendio/gtk-osx/Gtk-Framework-2.14-LATEST.dmgmeta-gtk-osx-python, you need to build and install some other packages that jhbuild doesn't install automatically, so what i did was i installed libpng by doing the command: ~/.local/bin/jhbuild build libpnglibtiff so do the command: ~/.local/bin/jhbuild build libtiffgtk-doc is needed so: ~/.local/bin/jhbuild build gtk-docmeta-gtk-osx-python by doing a: ~/.local/bin/jhbuild build meta-gtk-osx-pythonLet me know if it works.