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

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 > Dear PyMol Users! > > I've decided to make this topic for all questions wich could be arrise > during w

[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 plug

Re: [PyMOL] creating PDB structure

2011-11-24 Thread Troels Emtekær Linnet
Hi James. Look here for windows: http://www.pymolwiki.org/index.php/Windows_Install#Pre-compiled_PyMOL Basically: You can make a "pymolrc.pym" file, and put it under "C:\Users\YOU". In the file you can write the following listed. This folder is now in your PyMOL search path, so you can put pymol