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

Bruce Southey bsouthey at gmail.com
Mon Apr 12 10:58:39 EDT 2010


On 04/12/2010 09:47 AM, Ralf Gommers wrote:
>
>
> On Mon, Apr 12, 2010 at 9:53 PM, Bruce Southey <bsouthey at gmail.com 
> <mailto: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
>     <http://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
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>    
The only other one that I recall is 1409:
http://projects.scipy.org/numpy/ticket/1409

However,  Python2.7b1 doesn't appear to trigger it unlike the alpha 
series. As Robert indicates, '_new_init_posix' is no longer used by 
numpy so it can be removed.

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


More information about the NumPy-Discussion mailing list