Re: [PyMOL] trouble selecting residues with mouse

2007-02-24 Thread bgbg bg
I also have such a problem (on Linux). Couldn't find any solution though. On 2/8/07, Heidi Privett priv...@caltech.edu wrote: I have been trying to run the latest version of MacPyMOL on my new iMac with an Intel Core 2 Duo processor and the latest version of OSX. I have noticed problems trying

[PyMOL] reload modified wizard

2007-02-24 Thread bgbg bg
Hello, I develop several custom PyMol wizards. Is there any way to reload a modified wizard, without restarting PyMol? Thank you.

Re: [PyMOL] trouble selecting residues with mouse

2007-02-24 Thread DeLano Scientific
This problem is usually caused by running out of colors used to encode atoms during interactive selection -- that can happen when the display is in 16-bit (thousands of colors) as opposed to 24/32-bit (millions of colors). Please double-check the Display settings in System Preferences.

Re: [PyMOL] reload modified wizard

2007-02-24 Thread Michael Lerner
Actually, I did this when I was developing the APBS Plugin. I put all of the interesting code in a module called _apbs_tools. apbs_tools was just a little wrapper where the init function would import and reload _apbs_tools and then call through to it. -Michael On 2/24/07, DeLano Scientific