For some reason, the people doing brew have decided to stop supporting
compiling tcl-tk with X11 support. Not 100% sure, but I'm pretty certain
pymol cannot use tcl-tk with aqua.

If you already had pymol installed, this seems to eliminate the external
gui. If you didn't, new installations of pymol will now crash randomly.

Here's how I got to the old version that worked

$ cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/
$ git checkout 46e1ef94247cd2fb9555b724c05aaaa1e8907996 -- tcl-tk.rb
$ cd ../../homebrew-science/
Edit the pymol.rb file so that it depends on "tcl-tk" instead of
"homebrew/dupes/tcl-tk"

$ brew remove tcl-tk python pymol
$ brew install pymol
$ brew pin tcl-tk

Really, I uninstalled all my homebrew packages and then reinstalled
everything because some of their changes over the last 6 months had made
things oddly broken. If you want to do the same, you can try this:

$ brew list > installed
$ <installed xargs brew remove
$ brew cleanup
$ <installed xargs brew install

-David


On Sat, Jul 29, 2017 at 11:26 PM, jacky zhao <jackyzhao...@gmail.com> wrote:

> Hi,
> pymol external gui menus missing, I have compiled pymol in mac os by using
> brew.
>
> Anyone can provide some suggestions?
>
> Jacky
>
> --
> Lei Zhao, Ph.D. & M.D.
> Associate Professor
> National Clinical Research Center for Normal Aging and Geriatric
> National Engineering Research Center for Antibody Medicine
> The Key Lab of Normal Aging and Geriatric
> PLA General Hospital
> Beijing 100853
> P.R.China
> Tel:86-15210661966
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to