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

2002-07-16 Thread Johan Leckner
Hi all, So there is no way to run and control PyMol from within another python program? The reason for asking is that we are working on a python platform to run and evaluate protein-protein docking calculations. It would be a nice feature to be able to call up interaction surfaces and

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

2002-07-16 Thread DeLano, Warren
So there is no way to run and control PyMol from within another python program? If PYMOL_PATH, LD_LIBRARY_PATH, and TCL_LIBRARY are correctly defined, then you can launch PyMOL from an external Python program as shown in examples/devel/start_pymol.py. However, this is not recommended

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 #