This is a read-only mirror of pymolwiki.org
Difference between revisions of "User:Speleo3/pymolplugins"
Jump to navigation
Jump to search
(created) |
m (1 revision) |
(No difference)
|
Latest revision as of 01:20, 28 March 2014
This page is about https://github.com/speleo3/pymolplugins
See also
Lazy installation
mkdir -p ~/.pymol
git clone git://github.com/speleo3/pymolplugins.git ~/.pymol/pymolplugins
cat >> ~/.pymolrc.py <<EOF
import sys, os
sys.path.append(os.path.expanduser('~/.pymol'))
import pymolplugins
EOF
Proposal of Procedure for Integration into Open-Source PyMOL
- Add as module pymolplugins or pymol.plugins
- import the module somewhere in pymol.invocation, suppressed by -k flag (or a new flag)
More tight integration
- port stuff from pymolplguins.legacysupport to pmg_tk module (in particular the overloaded methods)
For the future
- make plugin loading independent of external GUI (move initializePlugins code to main PyMOL invocation)