Is there a way to get a Description from a numpy dtype?
I'm working on a class that aggregates a bunch of identical Tables (one
for each day) and to create them, I was going to have the user pass in a
dtype, and determine the description from that. (I plan on most users
to pass
$ python
>> import tables
ImportError: libsz.so.2: cannot open shared object file: No such file or
directory
Installed today with easy_install tables
* Found numpy 1.3.0 package installed.
* Found HDF5 headers at ``/usr/include``, library at ``/usr/lib64``.
* Found LZO 2 headers at ``/usr/inclu