mailr17925 - /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 20, 2012 - 13:13:
Author: bugman
Date: Sat Oct 20 13:13:10 2012
New Revision: 17925

URL: http://svn.gna.org/viewcvs/relax?rev=17925&view=rev
Log:
Work around for a numpy bug triggered by scons and the import of 
Scientific.Visualization.VMD.

For details, see the thread started by Jack Howarth (howarth att bromo dot 
med dot uc dot edu)
started at http://thread.gmane.org/gmane.science.nmr.relax.devel/3663 
(Message ID:
<20121019140023.GA26861@xxxxxxxxxxxxxxxx>).


Modified:
    trunk/dep_check.py

Modified: trunk/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/dep_check.py?rev=17925&r1=17924&r2=17925&view=diff
==============================================================================
--- trunk/dep_check.py (original)
+++ trunk/dep_check.py Sat Oct 20 13:13:10 2012
@@ -157,7 +157,7 @@
     from Scientific.Visualization import VMD    # This requires Numeric to 
be installed (at least in Scientific 2.7.8).
     del VMD
     vmd_module = True
-except ImportError:
+except:
     vmd_module = False
 
 # mpi4py.




Related Messages


Powered by MHonArc, Updated Sat Oct 20 17:00:02 2012