[Numpy-discussion] distutils problem with NumPy-1.4 & Py-2.7a3 (Snow Leopard)

Robert Kern robert.kern at gmail.com
Tue Feb 23 17:47:44 EST 2010


On Tue, Feb 23, 2010 at 13:18, Tom Loredo <loredo at astro.cornell.edu> wrote:
>
> Hi-
>
> I've been testing Python-2.7a3 on Mac OS 10.6.2.  NumPy-1.4.0 will
> not install; it appears something has changed within distutils that
> breaks it:
>  File "/Volumes/System/Users/loredo/Downloads/numpy-1.4.0-OSX/numpy/distutils/ccompiler.py", line 17, in <module>
>    _old_init_posix = distutils.sysconfig._init_posix
> AttributeError: 'module' object has no attribute '_init_posix'

This line is actually unused. You may delete it.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list