[PyMOL] How to run PyMol from within Python?

2002-07-09 Thread Johan Leckner
Hi Pymolers, I'm having problems running PyMol from within another Python program. Following the examples in /pymol/examples/devel I have been able to launch and controll PyMOL. The problem occur when I try to quit PyMol (version. 0.82) however I do it I end up with a fault terminating my

RE: [PyMOL] How to run PyMol from within Python?

2002-07-09 Thread DeLano, Warren
From: Johan Leckner [mailto:jo...@pasteur.fr] I'm having problems running PyMol from within another Python program. This is not the recommended way to run PyMOL and may lead to problems. You can run Python programs within PyMOL as follows: from the command-line: pymol example.py #