Thanks Camilo! You're absolutely right that it needs python and TK with
those options. Sorry that I forgot that. That being said, it should not
have installed pymol without those packages. I suggest you run brew
updatebefore installing. Also, if you run brew
install tk --enable-threads it should au
Hi all
This option to install pymol is great!. However, I tried to install it in
my 10.8.2 with xquartz intalled and it was crashing.
For it to run well, you need to enable threads, do:
brew uninstall tcl
brew uninstall tk
brew uninstall python
brew install tk --enable-threads
brew install tcl