Bug#861736: Bug on NeXus library
Additional information: Storing using 'w' format (hdf4), instead of using 'w5' format (hdf5); the error does not appear: import nxs e = nxs.NXentry(name= "NXtomo") e.save("filenamenxs.h5",*'**w**'*)
Bug#861736: python-nxs: Cannot save files with nxs python module
Package: python-nxs Version: 4.3.2-svn1921-4 Severity: grave Justification: renders package unusable Dear Maintainer, * What led up to the situation? Run the following python code: import nxs e = nxs.NXentry(name= "NXtomo") e.save("filenamenxs.h5", 'w5') * What was the out