Re: [PyMOL] Writing a script yo pymol

2011-09-12 Thread vanv0059
If you are more comfortable with PyMOL commands, use a .pml file (somewhat like the gnuplot script you mentioned). If you prefer Python, use a .py file, and import the necessary modules (pymol, cmd from pymol, etc.). You can find working Python scripts that call pymol in many places. To color

Re: [PyMOL] Extending PyMOL or Plugins

2011-08-01 Thread vanv0059
On Jul 31 2011, Thomas Holder wrote: >Hi Jeff, > >> I have several questions about extending PyMOL via modules or plugins. >> >> It appears that the primary difference between the two is windows for modules are created at during start up and plugin windows can be brought up >> on demand (from

[PyMOL] Extending PyMOL or Plugins

2011-07-29 Thread vanv0059
I have several questions about extending PyMOL via modules or plugins. It appears that the primary difference between the two is windows for modules are created at during start up and plugin windows can be brought up on demand (from the plugins menu). Are there other differences? What is the cu

[PyMOL] PyMOL source compiled under 32bit Fink

2011-02-16 Thread vanv0059
Hi, I have finally gotten the PyMOL source (SVN revision 3937) compiled and running using the 32 bit Fink Python2.6 package on Mac OS 10.6.6. If there is interest, I could write down the steps I took to do so. My main reason for doing this is to be able to start PyMOL from a Python program. If