[Scipy-svn] r3312 - trunk/scipy/weave

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Sep 14 17:31:46 EDT 2007


Author: eric
Date: 2007-09-14 16:31:42 -0500 (Fri, 14 Sep 2007)
New Revision: 3312

Modified:
   trunk/scipy/weave/converters.py
Log:
- comment out the latest numpy scalar converters, as they caused problems on Nils machine (complex192 not defined).  We'll get numpy scalar conversion fixed up in the next release.

Modified: trunk/scipy/weave/converters.py
===================================================================
--- trunk/scipy/weave/converters.py	2007-09-14 18:37:31 UTC (rev 3311)
+++ trunk/scipy/weave/converters.py	2007-09-14 21:31:42 UTC (rev 3312)
@@ -34,11 +34,11 @@
 # add numpy scalar converters to the default
 # converter list.
 #----------------------------------------------------------------------------
-try:
-    import numpy_scalar_spec
-    default.append(numpy_scalar_spec.numpy_complex_scalar_converter())
-except ImportError:
-    pass
+#try:
+#    import numpy_scalar_spec
+#    default.append(numpy_scalar_spec.numpy_complex_scalar_converter())
+#except ImportError:
+#    pass
 
 #----------------------------------------------------------------------------
 # Add wxPython support




More information about the Scipy-svn mailing list