On 04/12/2010 09:47 AM, Ralf Gommers wrote:


On Mon, Apr 12, 2010 at 9:53 PM, Bruce Southey <bsout...@gmail.com <mailto:bsout...@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@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to