[Numpy-discussion] building pynetcdf-0.7 on OS X 10.4 intel

2007-05-02 Thread James Boyle
OS X 10.4.9, python 2.5, numpy 1.0.3.dev3726, netcdf 3.6.2 I am trying to build pynetcdf-0.7, so as to be able to read netCDF files from python 2.5/numpy . So far I have not had success. Enclosed is the dump of my most recent failure - the complaint comes from the linker since the linker

Re: [Numpy-discussion] building pynetcdf-0.7 on OS X 10.4 intel

2007-05-02 Thread Rob De Almeida
James Boyle wrote: > I am trying to build pynetcdf-0.7, so as to be able to read netCDF > files from python 2.5/numpy . Sorry for the shameless plug, but if you only want to read netCDF files from numpy you can use a pure python netcdf reader that I wrote, called pupynere: http://cheeses

Re: [Numpy-discussion] building pynetcdf-0.7 on OS X 10.4 intel

2007-05-02 Thread Alan G Isaac
On Wed, 02 May 2007, Rob De Almeida apparently wrote: > http://cheeseshop.python.org/pypi/pupynere/ I do not think you were "shameless" enough. Pupynere is a PUre PYthon NEtcdf REader. It allows read-access to netCDF files using the same syntax as the Scientific.IO.Net

Re: [Numpy-discussion] building pynetcdf-0.7 on OS X 10.4 intel

2007-05-03 Thread Christian Marquardt
On Wed, May 2, 2007 23:36, James Boyle wrote: > OS X 10.4.9, python 2.5, numpy 1.0.3.dev3726, netcdf 3.6.2 > > /usr/bin/ld: warning /Users/boyle5/netcdf-3.6.2/lib/libnetcdf.a > archive's cputype (7, architecture i386) does not match cputype (18) > for specified -arch flag: ppc (can't load from

Re: [Numpy-discussion] building pynetcdf-0.7 on OS X 10.4 intel

2007-05-08 Thread Konrad Hinsen
On 02.05.2007, at 23:36, James Boyle wrote: > So far I have not had success. > Enclosed is the dump of my most recent failure - the complaint comes > from the linker since the linker has both a powerPC (ppc) and an > intel (i386) flag. I guess that what is being attempted is a > universal build (