IndexError: index 8589934594 out of bounds 0<=index<6

  rows = mapping.tblData.where("(fullSymbol == '%s') & (calcField ==
'%s')" % (fullSymbol, calcField.name))
File "/usr/local/lib/python2.6/dist-packages/tables/table.py", line
1187, in where
  return self._where(condition, condvars, start, stop, step)
File "/usr/local/lib/python2.6/dist-packages/tables/table.py", line
1209, in _where
  self, compiled, condition, condvars, start, stop, step)
File "/usr/local/lib/python2.6/dist-packages/tables/_table_pro.py",
line 213, in _table__whereIndexed
  chunkmap = index.get_chunkmap()
File "/usr/local/lib/python2.6/dist-packages/tables/index.py", line
1969, in get_chunkmap
  chunkmap[idx] = True

This used to work and I can open the data file with vitables.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to