A Dimarts 03 Octubre 2006 04:58, Smirnov, Andrei va escriure:
> Hi
>
> I am trying to do following:
>
> - create pytables file
> - create group in the file root
>
> f = openFile("test.h5", "r+") # create file
> g = f.createGroup(f.root, "test_group") # create group
> print "id:", g._v_objectID # print object id
> F(g._v_objectID) # - take _v_objectID and pass it as hid_t paramter to
> H5Dcreate
>
> It fails with assertion that object id I've got from python is not
> location_id. I've checked the value inside of C dode: it's the same as
> python code prints.
>
> Does anybody have any idea what the reason for this behavior?

Well, to say the truth, it's not clear to me why this happen, but I knew about 
that. Sorry for not being more useful in that regard. Perhaps you can ask to 
the HDF5 list.

Cheers,

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to