Ivan Vilata i Balaguer (el 2007-07-25 a les 18:56:59 +0200) va dir:: > Hi John, we have indexed a table with 2,147,484,000 (> 2**31) rows with > no problems under 32-bit and 64-bit Python 2.4. [...]
Oops! Indexing did fail under 32-bit Python 2.4, because of the famous
overflow happening in an xrange::
Traceback (most recent call last):
...
File ".../tables/table.py", line 1449, in _read
nrows = len(xrange(start, stop, step))
OverflowError: long int too large to convert to int
I'm having a look at that...
::
Ivan Vilata i Balaguer >qo< http://www.carabos.com/
Cárabos Coop. V. V V Enjoy Data
""
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
