[PyMOL] How to send pymol command to pymol by python interpreter
erpreter. Does anybody know how to do this ? Thank you. Takefumi SORA
RE: [PyMOL] How to send pymol command to pymol by python interpreter
Hi. I appreciate your answer, Warren. Thank you. Please let me ask one more question. You said I need two lines first: import pymol pymol.finish_launching() As long as I use,I can't the role of "pymol.finish_launching()" if I don't call this, what troubles will happen ? Takefumi SORA
[PyMOL] strange action when executing pymol command from python interpreter
mol.finish_launching() from pymol import cmd cmd.load("test.pdb") cmd.show("stick") view() Takefumi SORA