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(start, stop, step, chunkmap=chunkmap)
> TypeError: 'chunkmap' is an invalid keyword argument for this function

Umm, ``Row._iter()`` *does accept* a ``chunkmap`` argument.  Maybe your
installed extensions don't match the version of the rest of the code, or
maybe your PYTHONPATH makes PyTables use files from two locations with
different versions of the source.

Have you tried to remove your installed version and install from clean
sources?

::

  Ivan Vilata i Balaguer   @ Welcome to the European Banana Republic! @
  http://www.selidor.net/  @     http://www.nosoftwarepatents.com/    @

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
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