|
From: Andrew S. <str...@as...> - 2006-01-07 05:13:04
|
Alexander Belopolsky wrote: >Numpy include files get installed in <python prefix>/lib/pythonX.X/site- >packages/numpy/base/include/numpy instead of <python prefix>/include/ >pythonX.X/numpy. > > >Does anyone rely on the current behavior? > > I do. There was discussion about this a couple of months ago. To find the headers, use the following: import numpy numpy.get_numpy_include() >PS: Using scipy core svn r1847 on a Linux system. > > I guess you're not actually using scipy core, but numpy. > The attached patch fixes the problem. Actually, the attached patch seems entire unrelated. :) |