Maximum List size (item number) limit?

2006-01-11 Thread Kriston-Vizi Janos
newline.append(R_mean_gc[i]) newline.append(R_stdev_gc[i]) newline.append(G_mean_gc[i]) newline.append(G_stdev_gc[i]) newline.append(area_gc[i]) outline = string.join(newline,'\t') + '\n' out_file.writelines(outline) out_file.close() #

Maximum List size (item number) limit?

2006-01-09 Thread Kriston-Vizi Janos
Dear Members, Is there any possibility to use more than 999 items in a list? Cannot append more than 999 items. The same problem with 'array' type. Is it a result of a default setting maybe? Versions: Python 2.4.1 (No.1, Sep 13 2005, 00:39:20) [GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] on