On Fri, Jul 18, 2008 at 7:14 PM, Robert Kern <[EMAIL PROTECTED]> wrote:

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

Great...Chuck
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to