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 <[email protected]> wrote: > 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/Contents/MacOS', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg', > '/Applications/MacPyMOL.app/pymol/modules', > '/Applications/MacPyMOL.app/pymol/ext/lib/python27.zip', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/plat-darwin', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/plat-mac', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/plat-mac/lib-scriptpackages', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/lib-tk', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/lib-old', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/lib-dynload', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/site-packages', > '/Applications/MacPyMOL.app/pymol/ext/lib/python2.7/site-packages/PIL', > '/Applications/MacPyMOL.app/pymol/freemol/libpy'] > > > On Sat, May 5, 2012 at 7:00 PM, Jason Vertrees > <[email protected]> wrote: >> 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 >> <[email protected]> wrote: >>> 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 <[email protected]> wrote: >>>> 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 is "Policy" from the PyMOLWiki Scripts page. >>>> >>>> Awesome! (also about the meta-information in the plugin manager) >>>> >>>> >>>> Michael >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. Discussions >>>> will include endpoint security, mobile security and the latest in malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> PyMOL-users mailing list ([email protected]) >>>> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users >>>> Archives: http://www.mail-archive.com/[email protected] >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> PyMOL-users mailing list ([email protected]) >>> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users >>> Archives: http://www.mail-archive.com/[email protected] >> >> >> >> -- >> Jason Vertrees, PhD >> PyMOL Product Manager >> Schrödinger, LLC >> >> (e) [email protected] >> (o) +1 (603) 374-7120 -- Jason Vertrees, PhD PyMOL Product Manager Schrödinger, LLC (e) [email protected] (o) +1 (603) 374-7120 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PyMOL-users mailing list ([email protected]) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/[email protected]
