A Saturday 23 October 2010 10:55:37 Gerrit Holl escrigué:
> Hi,
> 
> On 23 October 2010 02:52, Marco Lui <saf...@gmail.com> wrote:
> > Hello.
> > 
> > I have been working on a project that uses pytables as a storage
> > back-end. I have recently integrated a third-party module that
> > makes use of the h5py library, at which point I started having
> > problems with pytables. I narrowed
> 
> > down the problem to the following test cases:
> I suspect this boils down to the exact same problem that I have
> reported before. I guess it's related to a conflict between HDF5 and
> NetCDF, it's probably not on pytables board. See also
> 
> http://www.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2010/m
> sg00419.html
> 
> Not 100% sure if it's really the same, but it looks suspiciously
> similar.

No.  That's different.  It is probably PyTables fault because it should 
check that other third-party library has already closed the file (i.e. 
PyTables should not be the only one accessing the file).

However, I must warn you that opening the same file with two different 
libraries is a sure receipt for failure, mainly because PyTables's 
internal caches for some HDF5 hierarchical aspect of the file.

I opened a ticket anyway:

http://pytables.org/trac/ticket/302

Thanks for reporting!

-- 
Francesc Alted

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to