Re: [Pytables-users] Is cstables still active?

2007-03-06 Thread Joshua J. Kugler
On Tuesday 06 March 2007 16:08, Mike Romberg wrote: > > " " == Joshua J Kugler <[EMAIL PROTECTED]> writes: > > I was looking through the PyTables archives a couple days ago, > > and saw an announcement for CsTables. As we're going to be > > using PyTables in somewhat of a client

Re: [Pytables-users] Is cstables still active?

2007-03-06 Thread Mike Romberg
> " " == Joshua J Kugler <[EMAIL PROTECTED]> writes: > I was looking through the PyTables archives a couple days ago, > and saw an announcement for CsTables. As we're going to be > using PyTables in somewhat of a client/server environment soon, > something like CsTables wo

Re: [Pytables-users] Is cstables still active?

2007-03-06 Thread Joshua J. Kugler
On Tuesday 06 March 2007 04:12, Francesc Altet wrote: > Well, CSTables is currently just a prototype. However, for your needs, you > may want to have a look at OPeNDAP (http://www.opendap.org/), and in > particular to pydap (http://pydap.org/) which is a Pythonic implementation > of OPeNDAP with a

[Pytables-users] Failed attempts to find/run test suite...

2007-03-06 Thread Vince Fulco
I've installed the tables-1.4.win32-py2.4exe package (twice) and 3rd part .dlls on a windows xp machine per the instructions. I've searched thru the python directory and can not find any test code for pytables. It doesn't reside in python24\lib\site-packages\tables etc. I am hesitant to upgrade

Re: [Pytables-users] Is cstables still active?

2007-03-06 Thread Joshua J. Kugler
On Tuesday 06 March 2007 04:12, Francesc Altet wrote: > Well, CSTables is currently just a prototype. However, for your needs, you > may want to have a look at OPeNDAP (http://www.opendap.org/), and in > particular to pydap (http://pydap.org/) which is a Pythonic implementation > of OPeNDAP with a

Re: [Pytables-users] table[index]['colname']

2007-03-06 Thread pytables-user
On Tuesday 06 March 2007 18:22, Francesc Altet wrote: > [Gabriel, you kept sending this to pytables-announce, instead of > pytables-user ;)] The first time I also sent it with the wrong from-address; so at least there was some form of improvement ;-) > > El dt 06 de 03 del 2007 a les 08:37 -0800

Re: [Pytables-users] table[index]['colname']

2007-03-06 Thread Francesc Altet
[Gabriel, you kept sending this to pytables-announce, instead of pytables-user ;)] El dt 06 de 03 del 2007 a les 08:37 -0800, en/na [EMAIL PROTECTED] va escriure: > Hi, I might be missing something, but if I wanted the value in row i, > col 'colname', I often used table[i]['colname'] in pytables v

Re: [Pytables-users] Is cstables still active?

2007-03-06 Thread Francesc Altet
Hi Joshua, A Dimarts 06 Març 2007 03:13, Joshua J. Kugler escrigué: > I was looking through the PyTables archives a couple days ago, and saw an > announcement for CsTables. As we're going to be using PyTables in somewhat > of a client/server environment soon, something like CsTables would be > gr

Re: [Pytables-users] conditions with unsigned integers

2007-03-06 Thread Gabriel Beckers
Thanks for your elaborate answer. I didn't realize that uint64 was not so standard (I work on Linux). Very good point. I will stick to signed ints for now. And yes, it is not only the free beer that I appreciate! All the best, Gabriel On Tue, 2007-03-06 at 13:51 +0100, Francesc Altet wrote: > W

Re: [Pytables-users] conditions with unsigned integers

2007-03-06 Thread Francesc Altet
A Dimarts 06 Març 2007 14:25, Gabriel Beckers escrigué: > Hello, I am trying the new PyTables 2.0a2a (thanks!!!), and ran into the > (minor) problem that I can not select rows with a condition that > involves an UInt64Col. I get an error saying this is not possible, yet. > I can work around it (by

Re: [Pytables-users] small change for documentation

2007-03-06 Thread Francesc Altet
A Dilluns 05 Març 2007 16:54, Achim Gaedke escrigué: > Hi there! > > In section "4.2.1. File instance variables" is written: > > rootUEP > The UEP (user entry point) group in the file (see 4.1.2). > > Please add a "name" after group, so it is clear it is the name string > and not the root grou

[Pytables-users] conditions with unsigned integers

2007-03-06 Thread Gabriel Beckers
Hello, I am trying the new PyTables 2.0a2a (thanks!!!), and ran into the (minor) problem that I can not select rows with a condition that involves an UInt64Col. I get an error saying this is not possible, yet. I can work around it (by defining the column using the signed variant), but was wondering