Re: [Numpy-discussion] Problem building from svn under cygwin

2006-10-01 Thread Kyle Ferrio
You're correct. I built python with cygwin. Thanks for the clue. Robert Kern wrote: Coatimundi wrote: > I have the latest cygwin environment and am using gcc 3.4.4. to build numpy. > > Configure works: > > python setup.py configure --compiler=mingw32 > > Build fails: > > p

[Numpy-discussion] Adding an assert to ctypeslib.py

2006-10-01 Thread Gael Varoquaux
Hi, I just lost a bit of time because I had an old version of ctypes (the one that comes with ubuntu dapper). It doesn't work with ctypeslib.py. I think we should add a warning just after the import. Cheers, Gaƫl 22d21 < assert ctypes.__version__ >= '0.9.9.6' ---

Re: [Numpy-discussion] Non-writeable default for numpy.ndarray

2006-10-01 Thread Francesc Altet
El dv 29 de 09 del 2006 a les 16:27 -0600, en/na Travis Oliphant va escriure: > Francesc Altet wrote: > > >I see. Thanks for the explanation. > > > > > You deserve the thanks for the great testing of less-traveled corners of > NumPy. It's exactly the kind of thing needed to get NumPy ready fo