RE: [PyMOL] Using PyMol as a library - no GUI

2003-10-24 Thread Warren L. DeLano
ber 17, 2003 3:18 PM > To: Warren L. DeLano > Cc: pymol-users@lists.sourceforge.net > Subject: Re: [PyMOL] Using PyMol as a library - no GUI > > On Fri, Oct 17, 2003 at 09:41:24AM -0700, Warren L. DeLano wrote: > > > Truls A. Tangstad wrote: > > > I'm very i

Re: [PyMOL] Using PyMol as a library - no GUI

2003-10-17 Thread Truls A. Tangstad
On Fri, Oct 17, 2003 at 09:41:24AM -0700, Warren L. DeLano wrote: > > Truls A. Tangstad wrote: > > I'm very interested in using alot of the functionality that PyMol > > offers programmatically from Python, i.e. without using a GUI at > > all. The chempy package seems to cover alot of my needs, load

RE: [PyMOL] Using PyMol as a library - no GUI

2003-10-17 Thread Warren L. DeLano
If you've got PyMOL configured to open on import pymol pymol.finish_launching() You can suppress the GUI feature and suppress startup output by providing command line arguments as follows. Before importing PyMOL, set a "pymol_argv" list in the __main__ namespace. PyMOL will interpret this as a