Re: [PyMOL] Improved Plugin Manager

2012-05-06 Thread Jason Vertrees
Marius (and Boris), I haven't had any issues compiling from source, but some others seem to be having problems. In a few hours I begin my trip to Europe. I'll be out of the office for two weeks. If this isn't solved by then, we'll take a look at it. Cheers, -- Jason On Sun, May 6, 2012 at 10:10

Re: [PyMOL] Improved Plugin Manager

2012-05-06 Thread Marius Retegan
Hi Jason, I'll do that. The problem is that the new open-source branch does not compile with the vmd plugins. I've open a bug on the bug tracker on SourceForge. Thank you, Marius On Sun, May 6, 2012 at 3:31 PM, Jason Vertrees wrote: > Hi Marius, > > Just use the new open-source code in PyMOL. T

Re: [PyMOL] Improved Plugin Manager

2012-05-06 Thread Jason Vertrees
Hi Marius, Just use the new open-source code in PyMOL. The plugin system is now built-in. If you try to integrate the plugin code yourself, it might take a little work. Cheers, -- Jason On Sat, May 5, 2012 at 4:24 PM, Marius Retegan wrote: > Maybe I'm doing something wrong... > I started by cl

Re: [PyMOL] Improved Plugin Manager

2012-05-05 Thread Marius Retegan
Maybe I'm doing something wrong... I started by cloning the code from github, set the PYTHONPATH variable to it, but it does not seem to be taken into account by Pymol. python import sys print sys.path python end ['', '/Applications/MacPyMOL.app/pymol/modules', '/Applications/MacPyMOL.app/Content

Re: [PyMOL] Improved Plugin Manager

2012-05-05 Thread Jason Vertrees
Hi Marius, The new plugin code was built and tested on Mac OS X before release. It worked just as well as on other platforms. Please let us know if you discover any issues. Cheers, -- Jason On Sat, May 5, 2012 at 4:49 AM, Marius Retegan wrote: > Hello, > > Was the plugin manager tested with t

Re: [PyMOL] Improved Plugin Manager

2012-05-05 Thread Thomas Holder
Hi Marius, on Mac I only tested open-source fink builds, which worked fine. Cheers, Thomas Marius Retegan wrote, On 05/05/12 10:49: > Hello, > > Was the plugin manager tested with the incentive builds on mac osx? Is > the setup procedure similar? > > Thank you > Marius -- Thomas Holder M

Re: [PyMOL] Improved Plugin Manager

2012-05-05 Thread Marius Retegan
Hello, Was the plugin manager tested with the incentive builds on mac osx? Is the setup procedure similar? Thank you Marius On Wed, May 2, 2012 at 3:43 PM, Michael Banck wrote: > Hi, > > On Wed, May 02, 2012 at 09:39:59AM -0400, Jason Vertrees wrote: >> Thanks for this feedback. Since the ince

Re: [PyMOL] Improved Plugin Manager

2012-05-02 Thread Michael Banck
Hi, On Wed, May 02, 2012 at 09:39:59AM -0400, Jason Vertrees wrote: > Thanks for this feedback. Since the inception the Script Library on > the PyMOLWiki the policy is that all deposited scripts are > open-source: > http://pymolwiki.org/index.php/Category_talk:Script_Library#Policy. > This link i

Re: [PyMOL] Improved Plugin Manager

2012-05-02 Thread Jason Vertrees
Hi Michael, Thanks for this feedback. Since the inception the Script Library on the PyMOLWiki the policy is that all deposited scripts are open-source: http://pymolwiki.org/index.php/Category_talk:Script_Library#Policy. This link is "Policy" from the PyMOLWiki Scripts page. Cheers, -- Jason On

Re: [PyMOL] Improved Plugin Manager

2012-05-02 Thread Thomas Holder
Hi Michael, meta information is implemented in the new plugin system. The syntax is very simple, just put it at the beginning of the python file like this: # License: BSD-2-Clause # Author: Your Name # Version: 1.0 ''' Plugin XYZ for PyMOL Here some more general description, link to PyMOLWiki p

Re: [PyMOL] Improved Plugin Manager

2012-05-02 Thread Michael Banck
On Mon, Apr 30, 2012 at 01:14:39PM -0400, Jason Vertrees wrote: > This is just a quick note to let you know that as of revision 3997 > PyMOL has an improved plugin/script manager. This system was written > by Thomas Holder as part of his PyMOL Open Source Fellowship. Some new > features include: >

[PyMOL] Improved Plugin Manager

2012-04-30 Thread Jason Vertrees
Greetings, This is just a quick note to let you know that as of revision 3997 PyMOL has an improved plugin/script manager. This system was written by Thomas Holder as part of his PyMOL Open Source Fellowship. Some new features include: * install script/plugin from the PyMOLWiki directly * instal