f
> Dmitriy Igor Bryndin
> Sent: Tuesday, October 25, 2005 7:58 AM
> To: pymol-users@lists.sourceforge.net
> Subject: [PyMOL] launching PyMol from a python function
>
> I'm trying to start PyMol from another python program.
> After the 0_99beta17 it is possible to st
I'm trying to start PyMol from another python program.
After the 0_99beta17 it is possible to start it from the __main__ part of a
code. But when I start PyMol from a function 'pymol.finish_launching()' goes
in an endless loop.
Here goes an example:
---