On Fri, Jul 18, 2008 at 19:07, Robert Kern <[EMAIL PROTECTED]> 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
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to