mailr14714 - /1.3/info.py


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

Header


Content

Posted by edward on September 20, 2011 - 13:03:
Author: bugman
Date: Tue Sep 20 13:03:51 2011
New Revision: 14714

URL: http://svn.gna.org/viewcvs/relax?rev=14714&view=rev
Log:
The scipy python package is now listed with the relax info (-i flag).


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=14714&r1=14713&r2=14714&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Tue Sep 20 13:03:51 2011
@@ -225,6 +225,13 @@
         text = text + format1 % ('numpy', True)
         try:
             text = text + format2 % (dep_check.numpy.version.version, 
dep_check.numpy.__path__[0])
+        except:
+            text = text + '\n'
+
+        # scipy.
+        text = text + format1 % ('scipy', dep_check.scipy_module)
+        try:
+            text = text + format2 % (dep_check.scipy.version.version, 
dep_check.scipy.__path__[0])
         except:
             text = text + '\n'
 




Related Messages


Powered by MHonArc, Updated Tue Sep 20 16:00:01 2011