Re: [Numpy-discussion] Missing numpy.i

2008-12-19 Thread Ondrej Certik
On Tue, Nov 18, 2008 at 11:42 AM, Nicolas ROUX wrote: > Hi, > > About the missing doc directory in the windows install in latest numpy > release, could you please add it ? > (please see below the previous thread) Well, this is a serious problem, so it should definitely be fixed, see here: http:/

Re: [Numpy-discussion] Missing numpy.i

2008-11-18 Thread Nicolas ROUX
: Thursday, October 16, 2008 3:20 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Missing numpy.i 2008/10/16 Nicolas ROUX <[EMAIL PROTECTED]>: > Thanks for your reply ;-) > > In fact, I was talking about the 1.20 release installer, which is not > including th

Re: [Numpy-discussion] Missing numpy.i

2008-10-16 Thread David Cournapeau
On Thu, Oct 16, 2008 at 10:20 PM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > This may have been an oversight. The docs directory moved out of the > source tree, so it needs to be added to the installer separately. > David, could we install the docs dir as well? Yes, as long as it is handle

Re: [Numpy-discussion] Missing numpy.i

2008-10-16 Thread Stéfan van der Walt
2008/10/16 Nicolas ROUX <[EMAIL PROTECTED]>: > Thanks for your reply ;-) > > In fact, I was talking about the 1.20 release installer, which is not > including the numpy.i any more. This may have been an oversight. The docs directory moved out of the source tree, so it needs to be added to the ins

Re: [Numpy-discussion] Missing numpy.i

2008-10-16 Thread Nicolas ROUX
automatically ? Cheers, Nicolas. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan van der Walt Sent: Thursday, October 16, 2008 3:06 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Missing numpy.i 2008/10/16 Nicolas ROUX <[EM

Re: [Numpy-discussion] Missing numpy.i

2008-10-16 Thread Stéfan van der Walt
2008/10/16 Nicolas ROUX <[EMAIL PROTECTED]>: > Under windows, using the latest numpy 1.20 and Swig release, I can't find > anymore the numpy.i file. > I used to find it in numpy/doc/ in the release 1.04. The docs dir has moved: http://projects.scipy.org/scipy/numpy/browser/trunk/doc/swig Cheers

Re: [Numpy-discussion] Missing numpy.i

2008-10-16 Thread Nicolas ROUX
Hello, Under windows, using the latest numpy 1.20 and Swig release, I can't find anymore the numpy.i file. I used to find it in numpy/doc/ in the release 1.04. I tried to look some info the web without any success. Thanks for you help, Cheers, Nicolas. ___