[PyMOL] How to send pymol command to pymol by python interpreter

2004-01-21 Thread Takefumi Sora
erpreter. Does anybody know how to do this ? Thank you. Takefumi SORA

RE: [PyMOL] How to send pymol command to pymol by python interpreter

2004-01-21 Thread Takefumi Sora
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

2004-01-23 Thread Takefumi SORA
mol.finish_launching() from pymol import cmd cmd.load("test.pdb") cmd.show("stick") view() Takefumi SORA