|
From: Smirnov, A. <and...@cr...> - 2006-10-03 02:59:23
|
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
==============================================================================
|