Thank you Thomas!
On Fri, Jan 24, 2014 at 1:06 PM, Thomas Holder <
thomas.hol...@schrodinger.com> wrote:
> Hi Osvaldo,
>
> http://pymolwiki.org/index.php/Feedback
>
> PyMOL> feedback disable, executive, actions
>
> Cheers,
> Thomas
>
> On 24 Jan 2014, at 13:33, Osvaldo Martin wrote:
> > When
Hi Osvaldo,
http://pymolwiki.org/index.php/Feedback
PyMOL> feedback disable, executive, actions
Cheers,
Thomas
On 24 Jan 2014, at 13:33, Osvaldo Martin wrote:
> When I run a script, like this
>
> import __main__
> __main__.pymol_argv = ['pymol','-qc']
> import pymol
> from pymol import cmd
When I run a script, like this
import __main__
__main__.pymol_argv = ['pymol','-qc']
import pymol
from pymol import cmd
pymol.finish_launching()
cmd.copy('mol_copy','mol_ori')
I get the message "Executive: object mol_copy created." in the terminal. It
is posible to keep the copy comand quiet?
T