Hello Francesco,

A Divendres 03 Març 2006 19:16, Francesco Tabani va escriure:
> Hello, I have encountered an python interpreter crash when importing
> pytables (as "import tables") using newest versions (1.2.2. and 1.2.3).
>
> Older versions up to 1.2 are ok.
>
>
>
> Platform: winXP Pro service pack 2
>
> Python: 2.4
>
> HDF5: 5-165-win-net

Mmm, that seems ok to me. I'm not getting these errors in my WinXP.
Can you explain better what kind of messages python issues after the
crash (or other weird behaviour that you may notice)?

Anybody in the list has problems with the binaries 1.2.2 or 1.2.3 for
WinXP?

> I need some more help: I am using pytables to store timeseries data from
> wastewater treatment plant monitoring devices and laboratory results for
> further processing and analysis; the typical table description for lab
> results is:
[...]
> I am in need to change, for example, all the records corresponding to a
> particular 'time'==t, but only those coming from 'lab'=='SC'.
>
> I thought that a syntax like:
>
> res = [x for x in lab.II_0 if lab.II_0.cols.time == t and x['lab'] == 'SC']
>
> would work, but I get a bunch of fake records instead.

This does not change anything (?). Uh... I'm a bit lost on what you
are trying to do.

Cheers,

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to