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\archive.py", line 847, in conditi
onCommand
    data = DataTableClassObj.condition(groupObject,condition,columns,startRow,st
opRow,step)
  File "C:\Python24\Lib\site-packages\CostGlue\archive.py", line 475, in conditi
on
    resData = dataTable.readWhere(pCond,None,field=pCols,start=pStart,stop=pStop
,step=pStep)
  File "C:\Python24\lib\site-packages\tables\table.py", line 1284, in readWhere
    coords = [ p.nrow for p in
  File "C:\Python24\lib\site-packages\tables\table.py", line 1255, in _where
    return row._iter(start, stop, step, chunkmap=chunkmap)
TypeError: 'chunkmap' is an invalid keyword argument for this function

Any hints?

Thanks, Dragan.



      

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to