mailr10425 - /branches/bieri_gui/gui_bieri/execution/calc_modelfree.py


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

Header


Content

Posted by edward on January 27, 2010 - 10:44:
Author: bugman
Date: Wed Jan 27 10:44:22 2010
New Revision: 10425

URL: http://svn.gna.org/viewcvs/relax?rev=10425&view=rev
Log:
Manually applied the import_math_wx_patch file.

This was attached to https://gna.org/task/?6847 by Michael Bieri
(https://gna.org/users/michaelbieri), in the zip file 
calc_modelfree.py_patch.tar.gz
(https://gna.org/support/download.php?file_id=7750).

Python modules wx and math are imported inti calc_modelfree.py.

The wx module is required to update the Log Window and the math to make 
exponential calculations. 


Modified:
    branches/bieri_gui/gui_bieri/execution/calc_modelfree.py

Modified: branches/bieri_gui/gui_bieri/execution/calc_modelfree.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/execution/calc_modelfree.py?rev=10425&r1=10424&r2=10425&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/execution/calc_modelfree.py (original)
+++ branches/bieri_gui/gui_bieri/execution/calc_modelfree.py Wed Jan 27 
10:44:22 2010
@@ -24,10 +24,12 @@
 # script to calculate model-free models
 
 # Python module imports.
+import math
 from os import listdir, sep
 from re import search
 from string import replace
 import time
+import wx
 
 # relax module imports.
 from auto_analyses.dauvergne_protocol import dAuvergne_protocol




Related Messages


Powered by MHonArc, Updated Wed Jan 27 11:00:02 2010