mailr14286 - /branches/gui_testing/generic_fns/pymol_control.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 09, 2011 - 12:33:
Author: bugman
Date: Tue Aug  9 12:33:32 2011
New Revision: 14286

URL: http://svn.gna.org/viewcvs/relax?rev=14286&view=rev
Log:
PyMOL is now always launched as an external program.

The pymol module method was causing huge problems for the GUI.


Modified:
    branches/gui_testing/generic_fns/pymol_control.py

Modified: branches/gui_testing/generic_fns/pymol_control.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/pymol_control.py?rev=14286&r1=14285&r2=14286&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/pymol_control.py (original)
+++ branches/gui_testing/generic_fns/pymol_control.py Tue Aug  9 12:33:32 2011
@@ -172,7 +172,7 @@
 
 
 # Initialise the Pymol executable object.
-pymol_obj = Pymol()
+pymol_obj = Pymol('external')
 """Pymol data container instance."""
 
 




Related Messages


Powered by MHonArc, Updated Tue Aug 09 14:00:02 2011