Re: PYHDF

2017-05-23 Thread dieter
jorge.conr...@cptec.inpe.br writes: > I downloade the pyhdf-0.9.0 and install it. Then I did: > > from pyhdf.SD import SD, SDC > > and I had: > > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named pyhdf.SD The error tells you that there is a "pyhdf" module/

Re: pyhdf

2007-05-18 Thread Joshua J. Kugler
On Wednesday 16 May 2007 09:36, [EMAIL PROTECTED] wrote: > Has anyone had success installing the pyhdf library with python 2.4 > under linux 2.6.18 (debian)? I have installed the HDF library and > development package from apt and have downloaded the pyhdf > installation files. I've had success wi

Re: pyhdf

2007-05-18 Thread [EMAIL PROTECTED]
Hi, I can't help here, just a recommendation: I am using pytables (http://www.pytables.org) build upon hdf5. If you're not bound to hdf4, go and try pytables instead of pyhdf. Bernhard -- http://mail.python.org/mailman/listinfo/python-list