[Numpy-discussion] rc2 for NumPy 1.4.1 and Scipy 0.7.2

Ralf Gommers ralf.gommers at googlemail.com
Mon Apr 12 10:47:30 EDT 2010


On Mon, Apr 12, 2010 at 9:53 PM, Bruce Southey <bsouthey at gmail.com> wrote:

>
> Hi,
> I think this is due to the error: 'NameError: global name
> 'DistutilsExecError' is not defined'
> from:
>   File
> "/home/bsouthey/python/numpy-1.4.1rc2/numpy/distutils/ccompiler.py",
> line 64, in CCompiler_spawn
>     raise DistutilsExecError,\
>
> This is a bug in numpy that was fixed in SVN - scipy.org is slow (or
> down) so I can not find the actual ticket.
>
> http://projects.scipy.org/numpy/ticket/1355


> The following lines *must* be added to the numpy 1.4.1 version of
> "numpy/distutils/ccompiler.py":
> from distutils.errors import DistutilsExecError, DistutilsModuleError, \
>                              DistutilsPlatformError
>

Sure. Do you know if this is the only 2.7 related fix?

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100412/847f674a/attachment.html>


More information about the NumPy-Discussion mailing list