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

[Pythonmac-SIG] bdist_mpkg problem

2007-02-09 Thread Frederik De Bleser
Hi, I'm trying to use bdist_mpkg to make installer packages for NodeBox libraries. It's pretty easy for standard configurations, however, I'd like to have an installer that doesn't need to have administrator authorization and that install to a custom location (~/Library/ Application Suppo