[Numpy-discussion] [matplotlib-devel] Matplotlib and latest numpy

Robert Kern robert.kern at gmail.com
Fri Jul 18 21:14:00 EDT 2008


On Fri, Jul 18, 2008 at 19:07, Robert Kern <robert.kern at gmail.com> wrote:

> The code generation logic in numpy does not know anything about
> "build_ext --inplace" (which is a distutils feature that develop
> invokes). That's it. This problem has always existed for all versions
> of numpy whether you use setuptools or not. The logic in
> numpy/core/setup.py that places the generated files needs to be fixed
> if you want to fix this issue. I'm testing out a fix right now.

Fixed in r5452.

-- 
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