Re: [Pytables-users] readWhere problem

2008-06-05 Thread Ivan Vilata i Balaguer
dragan savic (el 2008-06-05 a les 04:09:35 -0700) va dir:: > I am usimg the latest version of the Pytables from SVN. > I have problems with readWhere function. > This is the error dump: > [...] > File "C:\Python24\lib\site-packages\tables\table.py", line 1255, in _where > return row._iter(st

[Pytables-users] readWhere problem

2008-06-05 Thread dragan savic
Hi! I am usimg the latest version of the Pytables from SVN. I have problems with readWhere function. This is the error dump: Traceback (most recent call last): File "CoreGlue.py", line 166, in run res = functions[command.name](command.args) File "C:\Python24\Lib\site-packages\CostGlue\arc

Re: [Pytables-users] Subclassing isDescription subclass

2008-06-05 Thread Ivan Vilata i Balaguer
Swank, Craig (el 2008-06-04 a les 11:08:49 -0600) va dir:: > I would like to be able to make a base class that has some columns, and > subclass that base class so I can inherit those columns, for example: This is a long-standing enhancement proposal. In fact, it already has an open ticket in PyT

Re: [Pytables-users] Subclassing isDescription subclass

2008-06-05 Thread Francesc Alted
A Wednesday 04 June 2008, Swank, Craig escrigué: > Hello, > I would like to be able to make a base class that has some columns, > and subclass that base class so I can inherit those columns, for > example: > > import tables > > class A(tables.IsDescription): > x = tables.Int32Col() > > class B(

Re: [Pytables-users] Reading UnImplemented datasets

2008-06-05 Thread Francesc Alted
A Monday 02 June 2008, Igor Sylvester escrigué: > Hi. > > I am using pytables to examine hdf5 files which contain UnImplemented > nodes. The pytables warning when getting an unimplemented type node > makes a reference to variable length strings--Are all unimplemented > types treated as variable le