I tried to do some fancy things utilizing trMap which work with older
pyTable versions, but seems to lead to strange errors in pyTables
1.3.3.
I can't predict the names of the groups and arrays I want to write. To
avoid the usage of reserved names I want to precede each node name
with a '_' for Python usage. I used
class _myTrMap(dict):
def get(self, one, two):
return self[one]
def __getitem__(self, item):
return item[1:]
as my dictionary class, but this does not work anymore. I now extend
the files trMap prior to accessing the nodes and it seems to work for
me now.
Kind regards
Berthold Höllmann
--
Germanischer Lloyd AG
CAE Development
Vorsetzen 35
20459 Hamburg
Phone: +49(0)40 36149-7374
Fax: +49(0)40 36149-7320
e-mail: [EMAIL PROTECTED]
Internet: http://www.gl-group.com
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users