[PyMOL] Questions about pymol plugins

2011-11-24 Thread James Starlight
Dear PyMol Users! I've decided to make this topic for all questions wich could be arrise during working in diffent PyMol plugins. So My first question about installation of the plugins wich are separate python modules ( installed not via PyMolf itself) E.g I have old PyMol wicj lack CEalign

Re: [PyMOL] Questions about pymol plugins

2011-11-24 Thread Troels Emtekær Linnet
Have you told PyMOL to import the functions from a module? What have you written in PyMOL? /T Troels Emtekær Linnet Slotsvej 2 4300 Holbæk Mobil: +45 60210234 2011/11/24 James Starlight jmsstarli...@gmail.com Dear PyMol Users! I've decided to make this topic for all questions wich could

Re: [PyMOL] Questions about pymol plugins

2011-11-24 Thread Troels Emtekær Linnet
Okay, well... You need to know more about python search paths and importing modules... You need to define and tell python to search in the directory where the CEaling script is. Then you need to import the module in PyMOL. Then you can use the function. Basically, you need to learn basic stuff