Bill Tydeman wrote:
> Just curious, but since the file size limitation on NTFS is 4 GB, have
> you confirmed that it isn't some other part of the interaction that is
> causing the problem? What FS is hosting the files?
I don't think that is correct. Groovy version of app runs just fine.
>
> On
I am not using the universal newline. File reading loop is essentially...
ifile = open("fileName", "r")
for line in ifile
...
Thanks
Peter Otten wrote:
> [EMAIL PROTECTED] wrote:
>
>
>> I've a Python 2.5 app running on 32 bit Win 2k SP4 (NTFS volume).
>> Reading a file of 13 GBytes, one li