27;; pymol-users@lists.sourceforge.net
Subject: RE: [PyMOL] Can I use the mouse to control multiple windows?
Michael,
Of course -- use ansynchrous Python threads to automate the
process. For example:
pymol test.pdb -l send.py &
pymol test.pdb -l receive.py
with the scripts below. Note
80 USA
. Biz:(650)-872-0942 Tech:(650)-872-0834
. Fax:(650)-872-0273 Cell:(650)-346-1154
. mailto:war...@delsci.com
> -Original Message-
> From: Warren DeLano
> Sent: Friday, January 06, 2006 2:54 PM
> To: 'Michael George Lerner'; pymol-users@lists.sourc
Michael,
Of course -- use ansynchrous Python threads to automate the process.
For example:
pymol test.pdb -l send.py &
pymol test.pdb -l receive.py
with the scripts below. Note use of the lowercase "L" option to launch
PyMOL Python scripts in their own asynchronous thread.
Cheers,
Warren
# BE