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?
Regards
Andrei Smirnov
============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================
------------------------------------------------------------------------- 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