On Fri, Sep 11, 2009 at 11:32 AM, Brent Pedersen <bpede...@gmail.com> wrote:
> oops. adding list to reply.
> In [4]: tables.__version__
> Out[4]: '2.2b1'
> and i just tried with trunk (version shows as 2.2b2) with same result.
> -b
>
> On Fri, Sep 11, 2009 at 10:54 AM, Francesc Alted <fal...@pytables.org> wrote:
>> A Friday 11 September 2009 19:31:36 Brent Pedersen escrigué:
>>
>>> hi, i'm trying to make a little convenience class so i can just define
>>
>>> and use a table and by-pass the node and group creation.
>>
>>> pasted here:
>>
>>> http://pastebin.com/f236b5890
>>
>>>
>>
>>>
>>
>>> after running it the first time i get
>>
>>> """
>>
>>> /usr/local/lib/python2.6/dist-packages/tables/group.py:1180:
>>
>>> UserWarning: problems loading leaf ``/default/particle``::
>>
>>>
>>
>>> __init__() takes at least 4 arguments (3 given)
>>
>>>
>>
>>> The leaf will become an ``UnImplemented`` node.
>>
>>> % (self._g_join(childName), exc))
>>
>>> Closing remaining open files: a.h5... done
>>
>>> """
>>
>> [clip]
>>
>> Which version of PyTables are you using?
>>
>> --
>>
>> Francesc Alted
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Pytables-users mailing list
>> Pytables-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pytables-users
>>
>>
>


this error was because the getNode() call was trying to instantiate
the table. i have a working SimpleTable class here:
http://pastebin.com/f2a37df49

-brent

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to