[Numpy-svn] r4913 - trunk/numpy/distutils

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Mar 22 00:15:37 EDT 2008


Author: oliphant
Date: 2008-03-21 23:15:24 -0500 (Fri, 21 Mar 2008)
New Revision: 4913

Modified:
   trunk/numpy/distutils/core.py
Log:
Comment out NotImplemented error when using setup tools.

Modified: trunk/numpy/distutils/core.py
===================================================================
--- trunk/numpy/distutils/core.py	2008-03-22 03:06:28 UTC (rev 4912)
+++ trunk/numpy/distutils/core.py	2008-03-22 04:15:24 UTC (rev 4913)
@@ -97,7 +97,7 @@
     # class is local to a function in setuptools.command.easy_install
     if dist is not None and \
             'DistributionWithoutHelpCommands' in repr(dist):
-        raise NotImplementedError("setuptools not supported yet for numpy.scons branch")
+        #raise NotImplementedError("setuptools not supported yet for numpy.scons branch")
         dist = None
     if always and dist is None:
         dist = NumpyDistribution()




More information about the Numpy-svn mailing list