mailr17912 - /trunk/dep_check.py


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

Header


Content

Posted by edward on October 17, 2012 - 22:53:
Author: bugman
Date: Wed Oct 17 22:53:41 2012
New Revision: 17912

URL: http://svn.gna.org/viewcvs/relax?rev=17912&view=rev
Log:
Another attempt at fixing the scons failure in MS Windows due to scipy and 
ctypes killing each other.


Modified:
    trunk/dep_check.py

Modified: trunk/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/dep_check.py?rev=17912&r1=17911&r2=17912&view=diff
==============================================================================
--- trunk/dep_check.py (original)
+++ trunk/dep_check.py Wed Oct 17 22:53:41 2012
@@ -142,7 +142,7 @@
 try:
     import scipy
     scipy_module = True
-except ImportError:
+except:
     scipy_module = False
 
 # Numeric python package check.




Related Messages


Powered by MHonArc, Updated Wed Oct 17 23:40:02 2012