Re: [PyMOL] Suppressing text output message when writing a PNG image

2020-11-25 Thread Thomas Holder
Hi Antonio, You can suppress this message with: cmd.feedback("disable", "scene", "actions") Cheers, Thomas > On Nov 20, 2020, at 10:23 PM, Antonio Serrano wrote: > > ## CONTEXT ## > Running PyMol 2.4 on Ubuntu 20.04.1 LTS. > > I'm launching the PyMol's GUI from a

[PyMOL] Suppressing text output message when writing a PNG image

2020-11-20 Thread Antonio Serrano
## CONTEXT ## Running PyMol 2.4 on Ubuntu 20.04.1 LTS. I'm launching the PyMol's GUI from a Python script executed from the shell like this: python my_script.py A virtual environment is activated. This venv takes PyMol's Python interpreter from ~/pymol/bin/. I import the