..@lists.sourceforge.net [mailto:pymol-users-
> > ad...@lists.sourceforge.net] On Behalf Of Takefumi Sora
> > Sent: Wednesday, January 21, 2004 10:57 PM
> > To: pymol-users@lists.sourceforge.net
> > Subject: RE: [PyMOL] How to send pymol command to pymol by python
> > in
ad...@lists.sourceforge.net [mailto:pymol-users-
> ad...@lists.sourceforge.net] On Behalf Of Takefumi Sora
> Sent: Wednesday, January 21, 2004 10:57 PM
> To: pymol-users@lists.sourceforge.net
> Subject: 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
From: pymol-users-ad...@lists.sourceforge.net [mailto:pymol-users-
> ad...@lists.sourceforge.net] On Behalf Of Takefumi Sora
> Sent: Wednesday, January 21, 2004 8:42 AM
> To: pymol-users@lists.sourceforge.net
> Subject: [PyMOL] How to send pymol command to pymol by python
interpreter
>
>
Dear Pymol users
I launch Pymol in my python program.
After that, I can't change objects in pymol in my
python program. In short I do not know how to
send pymol command (ex cmd.do("show cartoon")) to
Pymol not by directly input in pymol external command line
but by python interpreter.
Does anyb