Re: [Pytables-users] segfaults on os x

2011-03-02 Thread Davide Cittaro
Hi again, On Mar 2, 2011, at 11:15 PM, Davide Cittaro wrote: > Hi all, I'm new to pytables and I'm trying to install it on Mac OS X. I can > successfully build pytables and run the test within tables directory: Forget this, I've solved... I've realized I had a previous attempt of pytables ins

[Pytables-users] segfaults on os x

2011-03-02 Thread Davide Cittaro
Hi all, I'm new to pytables and I'm trying to install it on Mac OS X. I can successfully build pytables and run the test within tables directory: $ python Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "licens

Re: [Pytables-users] Creating PyTable Groups

2011-03-02 Thread Vicent Mas
On 2011-03-01 Todd Matthews said: > I was hoping that createGroups() would create both parent and child groups > as needed. For instance, > > createGroup(h5.root, 'parentGroup/childGroup') > > with the parentGroup being created if necessary along with creation of the > childGroup. If the parent

Re: [Pytables-users] Creating PyTable Groups

2011-03-02 Thread Tony Theodore
On 2 March 2011 04:25, Todd Matthews wrote: > I was hoping that createGroups() would create both parent and child groups > as needed. For instance, > > createGroup(h5.root, 'parentGroup/childGroup') > > with the parentGroup being created if necessary along with creation of the > childGroup. If the

Re: [Pytables-users] Creating PyTable Groups

2011-03-02 Thread Todd Matthews
Thank you. I overlooked this parameter which I now see is clearly documented in the PyTables manual. Todd On Wed, Mar 2, 2011 at 10:52 AM, Tony Theodore wrote: > On 2 March 2011 04:25, Todd Matthews wrote: > > I was hoping that createGroups() would create both parent and child > groups > > as

[Pytables-users] Creating PyTable Groups

2011-03-02 Thread Todd Matthews
I was hoping that createGroups() would create both parent and child groups as needed. For instance, createGroup(h5.root, 'parentGroup/childGroup') with the parentGroup being created if necessary along with creation of the childGroup. If the parent group already exist, then only the childGroup wou