[Numpy-discussion] build problem on windows: python26.dll not found

2010-07-16 Thread Skipper Seabold
I am way out of my element trying to build numpy on Windows, but we are having a replicable (though somewhat inconsistently on some machines) problem using fmin_cg on Windows that I am trying to debug. I'm on Windows 7 64-bit with Python 2.6.4 First, I try to build numpy. It complains about havi

Re: [Numpy-discussion] build problem on Windows

2007-05-31 Thread Pearu Peterson
Albert Strasheim wrote: > Hello > > I took a quick look at the code, and it seems like new_fcompiler(...) is too > soon to throw an error if a Fortran compiler cannot be detected. > > Instead, you might want to return some kind of NoneFCompiler that throws an > error if the build actually tri

Re: [Numpy-discussion] build problem on Windows (was: buildproblemon RHE3 machine)

2007-05-31 Thread Albert Strasheim
Hello all - Original Message - From: "David M. Cooke" <[EMAIL PROTECTED]> To: "Discussion of Numerical Python" Sent: Thursday, May 31, 2007 2:53 AM Subject: Re: [Numpy-discussion] build problem on Windows (was: buildproblemon RHE3 machine) > On Thu, May

Re: [Numpy-discussion] build problem on Windows (was: build problemon RHE3 machine)

2007-05-30 Thread David M. Cooke
On Thu, May 31, 2007 at 02:32:21AM +0200, Albert Strasheim wrote: > Hello all > > - Original Message - > From: "David M. Cooke" <[EMAIL PROTECTED]> > To: "Discussion of Numerical Python" > Sent: Thursday, May 31, 2007 2:08 AM > Subject:

Re: [Numpy-discussion] build problem on Windows (was: build problemon RHE3 machine)

2007-05-30 Thread Albert Strasheim
Hello all - Original Message - From: "David M. Cooke" <[EMAIL PROTECTED]> To: "Discussion of Numerical Python" Sent: Thursday, May 31, 2007 2:08 AM Subject: Re: [Numpy-discussion] build problem on Windows (was: build problemon RHE3 machine) > On Wed, May

Re: [Numpy-discussion] build problem on Windows (was: build problem on RHE3 machine)

2007-05-30 Thread David M. Cooke
On Wed, May 30, 2007 at 03:06:04PM +0200, Albert Strasheim wrote: > Hello > > I took a quick look at the code, and it seems like new_fcompiler(...) is too > soon to throw an error if a Fortran compiler cannot be detected. > > Instead, you might want to return some kind of NoneFCompiler that thro

Re: [Numpy-discussion] build problem on Windows (was: build problem on RHE3 machine)

2007-05-30 Thread Albert Strasheim
Hello I took a quick look at the code, and it seems like new_fcompiler(...) is too soon to throw an error if a Fortran compiler cannot be detected. Instead, you might want to return some kind of NoneFCompiler that throws an error if the build actually tries to compile Fortran code. Cheers, Al