Is it possible to use PyMOL from a Python script without lunching a GUI. When I do : "import cmd from pymol" in a Python program it automatically lunch Pymol. The only solution I've found was to write a Python script and to execute it from PyMOL with ā€œ-cā€ option. (pymol -c my_script.py)

Thank you for your help.


Reply via email to