Re: [Pytables-users] Saving a Python Dictionary with PyTables

2008-05-08 Thread Francesc Alted
A Wednesday 07 May 2008, B Clowers escrigué: > Pythonians, > > I'm interested in using pytables to store some data in which some of > the information is stored in the form of a python dictionary.  The > problem is as follows.  How exactly do I save both the keys and > values from a dictionary that

[Pytables-users] Saving a Python Dictionary with PyTables

2008-05-07 Thread B Clowers
Pythonians,I'm interested in using pytables to store some data in which some of the information is stored in the form of a python dictionary.  The problem is as follows.  How exactly do I save both the keys and values from a dictionary that contains values of different python types.  For example if