[PyMOL] First pre-release of new plugin architecture

2012-01-11 Thread Thomas Holder
Dear PyMOL community, I'm pleased to announce the first pre-release of the new plugin architecture, which is part of my fellowship project (Warren L. DeLano Memorial PyMOL Open-Source Fellowship, http://pymol.org/fellowship). Brave beta testers can fetch the code from

Re: [PyMOL] First pre-release of new plugin architecture

2012-01-11 Thread Jason Vertrees
Greetings, I'm pleased to announce the first pre-release of the new plugin architecture, which is part of my fellowship project (Warren L. DeLano Memorial PyMOL Open-Source Fellowship, http://pymol.org/fellowship). Brave beta testers can fetch the code from

Re: [PyMOL] First pre-release of new plugin architecture

2012-01-11 Thread Troels Emtekær Linnet
Hi Thomas. Great work! That looks like a real handsome plugin. I succeded to get some of the scripts from the git repository to work out of the box. :-) And I love the info box. But I see some funny behavior, which you probably are working on hard alreadt. 1) New click boxes open behind the

Re: [PyMOL] First pre-release of new plugin architecture

2012-01-11 Thread Thomas Holder
Hi Troels, thanks a lot for the feedback. 2) I cannot disable a installed plugin. If i untick Load on startup, the pymol command says: Plugin settings saved! But when I restart pymol, it still loads the plugin. I do have to say, that I am running the subversion version of pymol Settings

Re: [PyMOL] First pre-release of new plugin architecture

2012-01-11 Thread Troels Emtekær Linnet
Hi Thomas. Again, GREAT work! You were right, about order of starting. I found that I could not have in ~.pymolrc.py *import sys,os* *sys.path.append('/home/tlinnet/Software/pymol')* *os.chdir('/home/tlinnet/pymol/')* but only this. Or pymol will choke on startup. *import sys,os*