Re: [Numpy-discussion] header file location upon installation

2007-03-26 Thread Daniel Wheeler
On Mar 25, 2007, at 9:44 PM, Robert Kern wrote: For building extensions, either use numpy.distutils, which will take care of everything for you, or use numpy.get_include() to get the directory with headers. get_include() does the trick. Thanks for your help. -- Daniel Wheeler ___

Re: [Numpy-discussion] header file location upon installation

2007-03-25 Thread Robert Kern
Daniel Wheeler wrote: > Hi, > > Should the header files in > > .../lib/python2.4/site-packages/python/numpy/core/include/ > > be copied to > >.../include/python2.4/numpy/ > > upon installation of numpy? No. For reasons that we've discussed several times here, the only reliabl

[Numpy-discussion] header file location upon installation

2007-03-25 Thread Daniel Wheeler
Hi, Should the header files in .../lib/python2.4/site-packages/python/numpy/core/include/ be copied to .../include/python2.4/numpy/ upon installation of numpy? As far as I can tell this is not happening. Just wondering what the default behavior should be. Thanks -- Daniel Whe