mailr11135 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by michael . bieri on April 23, 2010 - 04:55:
Author: michaelbieri
Date: Fri Apr 23 04:55:30 2010
New Revision: 11135

URL: http://svn.gna.org/viewcvs/relax?rev=11135&view=rev
Log:
Redirection to relaxGUI controller is partially activated (for system output, 
not error).

Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=11135&r1=11134&r2=11135&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Fri Apr 23 
04:55:30 2010
@@ -601,7 +601,7 @@
         which_model = self.choose_global_model(False)
 
         # Display the relax controller.
-        #self.gui.controller.Show()
+        self.gui.controller.Show()
 
         # Solve for all global models.
         if which_model == 'full':
@@ -802,8 +802,8 @@
         self.gui.calc_threads[-1].progress = 5.0
 
         # Redirect relax output and errors to the controller.
-        #redir = Redirect_text(self.gui.controller)
-        #sys.stdout = redir
+        redir = Redirect_text(self.gui.controller)
+        sys.stdout = redir
         #sys.stderr = redir
 
         # Print a header in the controller.




Related Messages


Powered by MHonArc, Updated Fri Apr 23 05:00:02 2010