Re: [PyMOL] How to tell from within a script if a plugin is loaded?

2016-02-17 Thread Sampson, Jared M.
Hi Tsjerk - Thanks for the suggestion. I tried this with: import time from pymol import cmd while not hasattr(cmd, 'my_func'): time.sleep(0.5) Unfortunately that also causes everything to hang. I think I might need to do this in a separate thread. I'll have to look into how to do that. Chee

[PyMOL] Building pyMOL on FreeBSD

2016-02-17 Thread Andrzej Bylicki
Dear pyMOLers, In my previous e-mail I addressed issues regarding the use of a specific compiler for compiling pyMOL on FreeBSD. Since then I managed to successfully compile and install pyMOL version 1.6 by making minor adjustments to the setup.py Python installation script. Once I'm sure everythi