Re: [Pythonmac-SIG] numpy in python 2.4 vs 2.5

2007-02-09 Thread William Kyngesburye
Thanks. I'll have to relay that to the developers so they can sort it out. On Feb 9, 2007, at 11:18 PM, Robert Kern wrote: > This has nothing to do with numpy. The wrapper source was generated > from a > slightly-old version of SWIG that generates non-const-correct C++ > code. Python > 2.5

Re: [Pythonmac-SIG] numpy in python 2.4 vs 2.5

2007-02-09 Thread Robert Kern
William Kyngesburye wrote: > I'm trying to build a python extension that uses numpy. When I build > with python 2.4.[whatever the last one was] and the current numpy > 1.0.1 package, it succeeds with no problem. > > When I try python 2.5 and the matching numpy 1.0.1: > > building '_gdal' ext

[Pythonmac-SIG] numpy in python 2.4 vs 2.5

2007-02-09 Thread William Kyngesburye
I'm trying to build a python extension that uses numpy. When I build with python 2.4.[whatever the last one was] and the current numpy 1.0.1 package, it succeeds with no problem. When I try python 2.5 and the matching numpy 1.0.1: building '_gdal' extension creating build/temp.macosx-10.3-fa