From: <rem...@gm...> - 2005-11-14 09:10:41
|
Hi, 2005/11/10, Francesc Altet <fa...@ca...>: > R=E9mi, > > I've checked your version of the extension and it compiles fine to me. > Are you directing the distutils to use the HDF5 1.7.x headers?. I > normally use something like: > > python setup.py build_ext --inplace --hdf5=3D/the_path_to_your_hdf5-1.7.x= /hdf5 > > and that's all. I may not have been clear. Nothing goes - at least seems to go - wrong when I try to compile the modified extension (using the "setup.py" just as you do). But when I try to import PyTables (or even directly the "hdf5Extension.so"), Python complains about an undefined symbol ("H5DSset_scale", which is the name of the first function I've tried to add from the Dimension Scale APi). After having compiled the modified extension, have you tried to import PyTables, or the "hdf5Extension.so" ? > > BTW, try to send attachments below 40 KB to the list, as it is a > netiquette rule. > Oups I'm sorry about that, I didn't pay enough attention. |