|
From: Sasha <nd...@ma...> - 2006-01-07 05:24:30
|
Sorry for the wrong attachment. Installing include files under lib breaks modules that use python distutils. Is it recommended that modules that depend on numpy use numpy distutils instead? Thanks. -- sasha On 1/6/06, Alexander Belopolsky <ale...@gm...> 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. > > The attached patch fixes the problem. Does anyone rely on the current be= havior? > > -- sasha > > PS: Using scipy core svn r1847 on a Linux system. > > > |